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