Skip to content

Commit 698b62f

Browse files
Update schema: openapi.yaml
1 parent e5dcf6a commit 698b62f

File tree

1 file changed

+54
-7
lines changed

1 file changed

+54
-7
lines changed

openapi.yaml

+54-7
Original file line numberDiff line numberDiff line change
@@ -108118,7 +108118,9 @@ paths:
108118108118
summary: Get Security Center Issues Types
108119108119
tags:
108120108120
- Security Center Insights
108121-
x-api-token-group: null
108121+
x-api-token-group:
108122+
- Intel Write
108123+
- Intel Read
108122108124
/accounts/{account_id}/intel/attack-surface-report/issues:
108123108125
get:
108124108126
deprecated: true
@@ -108221,7 +108223,9 @@ paths:
108221108223
summary: Get Security Center Issues
108222108224
tags:
108223108225
- Security Center Insights
108224-
x-api-token-group: null
108226+
x-api-token-group:
108227+
- Intel Write
108228+
- Intel Read
108225108229
/accounts/{account_id}/intel/attack-surface-report/issues/class:
108226108230
get:
108227108231
deprecated: true
@@ -108448,7 +108452,9 @@ paths:
108448108452
summary: Get Security Center Issue Counts by Type
108449108453
tags:
108450108454
- Security Center Insights
108451-
x-api-token-group: null
108455+
x-api-token-group:
108456+
- Intel Write
108457+
- Intel Read
108452108458
/accounts/{account_id}/intel/dns:
108453108459
get:
108454108460
description: Gets a list of all the domains that have resolved to a specific IP address.
@@ -133110,6 +133116,47 @@ paths:
133110133116
- Vectorize
133111133117
x-api-token-group:
133112133118
- Vectorize Write
133119+
/accounts/{account_id}/waiting_rooms:
133120+
get:
133121+
description: Lists waiting rooms for account.
133122+
operationId: waiting-room-list-waiting-rooms-account
133123+
parameters:
133124+
- in: path
133125+
name: account_id
133126+
required: true
133127+
schema:
133128+
$ref: '#/components/schemas/waitingroom_identifier'
133129+
- $ref: '#/components/parameters/waitingroom_page'
133130+
- $ref: '#/components/parameters/waitingroom_per_page'
133131+
responses:
133132+
4XX:
133133+
content:
133134+
application/json:
133135+
schema:
133136+
allOf:
133137+
- $ref: '#/components/schemas/waitingroom_response_collection'
133138+
- $ref: '#/components/schemas/waitingroom_api-response-common-failure'
133139+
description: List waiting rooms for account response failure
133140+
"200":
133141+
content:
133142+
application/json:
133143+
schema:
133144+
$ref: '#/components/schemas/waitingroom_response_collection'
133145+
description: List waiting rooms for account response
133146+
security:
133147+
- api_token: []
133148+
- api_email: []
133149+
api_key: []
133150+
summary: List waiting rooms for account
133151+
tags:
133152+
- Waiting Room
133153+
x-api-token-group:
133154+
- Account Waiting Rooms Read
133155+
x-cfPlanAvailability:
133156+
business: true
133157+
enterprise: true
133158+
free: false
133159+
pro: false
133113133160
/accounts/{account_id}/warp_connector:
133114133161
get:
133115133162
description: Lists and filters Warp Connector Tunnels in an account.
@@ -219255,7 +219302,7 @@ paths:
219255219302
pro: true
219256219303
/zones/{zone_id}/waiting_rooms:
219257219304
get:
219258-
description: Lists waiting rooms.
219305+
description: Lists waiting rooms for zone.
219259219306
operationId: waiting-room-list-waiting-rooms
219260219307
parameters:
219261219308
- in: path
@@ -219273,18 +219320,18 @@ paths:
219273219320
allOf:
219274219321
- $ref: '#/components/schemas/waitingroom_response_collection'
219275219322
- $ref: '#/components/schemas/waitingroom_api-response-common-failure'
219276-
description: List waiting rooms response failure
219323+
description: List waiting rooms for zone response failure
219277219324
"200":
219278219325
content:
219279219326
application/json:
219280219327
schema:
219281219328
$ref: '#/components/schemas/waitingroom_response_collection'
219282-
description: List waiting rooms response
219329+
description: List waiting rooms for zone response
219283219330
security:
219284219331
- api_token: []
219285219332
- api_email: []
219286219333
api_key: []
219287-
summary: List waiting rooms
219334+
summary: List waiting rooms for zone
219288219335
tags:
219289219336
- Waiting Room
219290219337
x-api-token-group:

0 commit comments

Comments
 (0)