Skip to content

Commit 6162b9d

Browse files
authored
Merge pull request #101 from Portkey-AI/feat/workspace_budgets
feat: workspace budget limits openapi
2 parents dcc0657 + b1ac030 commit 6162b9d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

openapi.yaml

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

0 commit comments

Comments
 (0)