Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -29928,6 +29936,10 @@ components:
type: array
items:
$ref: "#/components/schemas/UsageLimits"
rate_limits:
type: array
items:
$ref: "#/components/schemas/RateLimits"

WorkspaceList:
type: object
Expand Down Expand Up @@ -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
Expand Down
Loading