File tree Expand file tree Collapse file tree
_data/vector_pro_endpoints Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3976,7 +3976,10 @@ endpoints:
39763976 groupName : Sites
39773977 groupDescription : ' '
39783978 subgroup : ' WAF: Access Lists'
3979- subgroupDescription : ' Manage WAF access lists including managed threat feeds and custom IP/CIDR/ASN/domain lists.'
3979+ subgroupDescription : |-
3980+ Manage WAF access lists including managed threat feeds and custom IP/CIDR/ASN/domain lists.
3981+ Managed lists are curated threat intelligence feeds that can be enabled/disabled.
3982+ Custom lists allow you to create your own allowlists or blocklists.
39803983 title : ' Get Access List Enums'
39813984 description : ' Retrieves available enum values for access list types, actions, and categories.'
39823985 authenticated : true
@@ -7515,7 +7518,10 @@ endpoints:
75157518 groupName : Sites
75167519 groupDescription : ' '
75177520 subgroup : ' WAF: Access Lists'
7518- subgroupDescription : ' Manage WAF access lists including managed threat feeds and custom IP/CIDR/ASN/domain lists.'
7521+ subgroupDescription : |-
7522+ Manage WAF access lists including managed threat feeds and custom IP/CIDR/ASN/domain lists.
7523+ Managed lists are curated threat intelligence feeds that can be enabled/disabled.
7524+ Custom lists allow you to create your own allowlists or blocklists.
75197525 title : ' Update Access List Configuration'
75207526 description : |-
75217527 Updates the configuration (enable/disable and action) for any access list (managed or custom).
Original file line number Diff line number Diff line change @@ -2422,15 +2422,15 @@ endpoints:
24222422 name : include_database
24232423 description : ' '
24242424 required : false
2425- example : false
2425+ example : true
24262426 type : boolean
24272427 enumValues : []
24282428 exampleWasSpecified : false
24292429 nullable : false
24302430 deprecated : false
24312431 cleanBodyParameters :
24322432 include_uploads : false
2433- include_database : false
2433+ include_database : true
24342434 fileParameters : []
24352435 responses :
24362436 -
Original file line number Diff line number Diff line change @@ -15247,7 +15247,7 @@ paths:
1524715247 type: boolean
1524815248 description: ''
1524915249 examples:
15250- - false
15250+ - true
1525115251 parameters:
1525215252 -
1525315253 in: path
Original file line number Diff line number Diff line change 47474747 ],
47484748 "body" : {
47494749 "mode" : " raw" ,
4750- "raw" : " {\" include_uploads\" :false,\" include_database\" :false }"
4750+ "raw" : " {\" include_uploads\" :false,\" include_database\" :true }"
47514751 },
47524752 "description" : " Triggers a new deployment for the environment. The deployment starts with\n `pending` status and progresses through `deploying` to either `deployed`\n or `failed`.\n\n The authenticated user is recorded as the deployment actor."
47534753 },
You can’t perform that action at this time.
0 commit comments