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
5 changes: 5 additions & 0 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14519,6 +14519,11 @@ paths:
type: string
example: "workspace"
description: "Workspace name to filter results, case sensitive"
- name: exact_name
in: query
schema:
type: string
description: "Workspace name filter with strict check"
responses:
"200":
description: OK
Expand Down
Loading