Skip to content

Commit 961afdd

Browse files
Update Vector Pro API documentation
1 parent a810ebd commit 961afdd

4 files changed

Lines changed: 12 additions & 6 deletions

File tree

_data/vector_pro_endpoints/03.yaml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff 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).

_data/vector_pro_endpoints/04.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
-

api/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15247,7 +15247,7 @@ paths:
1524715247
type: boolean
1524815248
description: ''
1524915249
examples:
15250-
- false
15250+
- true
1525115251
parameters:
1525215252
-
1525315253
in: path

api/postman.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4747,7 +4747,7 @@
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`\nor `failed`.\n\nThe authenticated user is recorded as the deployment actor."
47534753
},

0 commit comments

Comments
 (0)