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
14 changes: 14 additions & 0 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -29914,6 +29924,10 @@ components:
type: string
enum:
- workspace
usage_limits:
type: array
items:
$ref: "#/components/schemas/UsageLimits"

WorkspaceList:
type: object
Expand Down
Loading