Skip to content

Commit 69741a4

Browse files
dobracgithub-actions[bot]
authored andcommitted
chore: sync infra OpenAPI specs
1 parent ab740ed commit 69741a4

3 files changed

Lines changed: 4176 additions & 4168 deletions

File tree

spec/openapi.infra.yaml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -291,14 +291,14 @@ components:
291291
additionalProperties:
292292
type: array
293293
items:
294-
$ref: '#/components/schemas/SandboxNetworkRule'
294+
$ref: "#/components/schemas/SandboxNetworkRule"
295295

296296
SandboxNetworkRule:
297297
type: object
298298
description: Transform rule applied to egress requests matching a domain pattern.
299299
properties:
300300
transform:
301-
$ref: '#/components/schemas/SandboxNetworkTransform'
301+
$ref: "#/components/schemas/SandboxNetworkTransform"
302302

303303
SandboxNetworkTransform:
304304
type: object
@@ -2431,7 +2431,7 @@ paths:
24312431
additionalProperties:
24322432
type: array
24332433
items:
2434-
$ref: '#/components/schemas/SandboxNetworkRule'
2434+
$ref: "#/components/schemas/SandboxNetworkRule"
24352435
allow_internet_access:
24362436
type: boolean
24372437
description:
@@ -3091,6 +3091,14 @@ paths:
30913091
tags: [admin]
30923092
security:
30933093
- AdminTokenAuth: []
3094+
parameters:
3095+
- in: query
3096+
name: clusterID
3097+
description: Identifier of the cluster
3098+
required: false
3099+
schema:
3100+
type: string
3101+
format: uuid
30943102
responses:
30953103
"200":
30963104
description: Successfully returned all nodes

0 commit comments

Comments
 (0)