File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -14347,6 +14347,11 @@ paths:
1434714347 type: array
1434814348 items:
1434914349 type: string
14350+ usage_limits:
14351+ type: array
14352+ items:
14353+ $ref: "#/components/schemas/UsageLimits"
14354+
1435014355 example:
1435114356 name: My Workspace
1435214357 description: My Description
@@ -14631,6 +14636,11 @@ paths:
1463114636 type: array
1463214637 items:
1463314638 type: string
14639+ usage_limits:
14640+ type: array
14641+ items:
14642+ $ref: "#/components/schemas/UsageLimits"
14643+
1463414644 example:
1463514645 name: My Workspace
1463614646 description: My Description
@@ -29914,6 +29924,10 @@ components:
2991429924 type: string
2991529925 enum:
2991629926 - workspace
29927+ usage_limits:
29928+ type: array
29929+ items:
29930+ $ref: "#/components/schemas/UsageLimits"
2991729931
2991829932 WorkspaceList:
2991929933 type: object
You can’t perform that action at this time.
0 commit comments