From b1ac030721cf7f082ce56ddeec30d23af5c53cfe Mon Sep 17 00:00:00 2001 From: sk-portkey Date: Wed, 3 Sep 2025 17:23:44 +0530 Subject: [PATCH] feat: workspace budget limits openapi --- openapi.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/openapi.yaml b/openapi.yaml index 4adc2d35..df7a0016 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -14347,6 +14347,11 @@ paths: type: array items: type: string + usage_limits: + type: array + items: + $ref: "#/components/schemas/UsageLimits" + example: name: My Workspace description: My Description @@ -14631,6 +14636,11 @@ paths: type: array items: type: string + usage_limits: + type: array + items: + $ref: "#/components/schemas/UsageLimits" + example: name: My Workspace description: My Description @@ -29914,6 +29924,10 @@ components: type: string enum: - workspace + usage_limits: + type: array + items: + $ref: "#/components/schemas/UsageLimits" WorkspaceList: type: object