File tree Expand file tree Collapse file tree
src/core/shared/contracts Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments