From 9fae4c83c27fa1c3f0fee6598da86d5f4440a36b Mon Sep 17 00:00:00 2001 From: sk-portkey Date: Wed, 3 Sep 2025 17:34:11 +0530 Subject: [PATCH] feat: workspace ratelimits --- openapi.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/openapi.yaml b/openapi.yaml index df7a0016..89fa5469 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -14351,6 +14351,10 @@ paths: type: array items: $ref: "#/components/schemas/UsageLimits" + rate_limits: + type: array + items: + $ref: "#/components/schemas/RateLimits" example: name: My Workspace @@ -14640,6 +14644,10 @@ paths: type: array items: $ref: "#/components/schemas/UsageLimits" + rate_limits: + type: array + items: + $ref: "#/components/schemas/RateLimits" example: name: My Workspace @@ -29928,6 +29936,10 @@ components: type: array items: $ref: "#/components/schemas/UsageLimits" + rate_limits: + type: array + items: + $ref: "#/components/schemas/RateLimits" WorkspaceList: type: object @@ -29998,6 +30010,14 @@ components: items: type: object $ref: "#/components/schemas/WorkspaceMember" + usage_limits: + type: array + items: + $ref: "#/components/schemas/UsageLimits" + rate_limits: + type: array + items: + $ref: "#/components/schemas/RateLimits" Collection: type: object