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
9 changes: 9 additions & 0 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14782,6 +14782,15 @@ paths:
schema:
type: string
description: "Workspace name filter with strict check"
- name: status
in: query
schema:
type: string
enum:
- active
- archived
example: "active,archived"
description: "Workspace status to filter results, comma separated"
responses:
"200":
description: OK
Expand Down
Loading