Skip to content

Commit f937f0d

Browse files
authored
Merge pull request #126 from Portkey-AI/add-status-query-param-to-list-workspaces-query
feat: add status query parameter to filter workspaces by active or ar…
2 parents 2275bda + 29135d7 commit f937f0d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

openapi.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14782,6 +14782,15 @@ paths:
1478214782
schema:
1478314783
type: string
1478414784
description: "Workspace name filter with strict check"
14785+
- name: status
14786+
in: query
14787+
schema:
14788+
type: string
14789+
enum:
14790+
- active
14791+
- archived
14792+
example: "active,archived"
14793+
description: "Workspace status to filter results, comma separated"
1478514794
responses:
1478614795
"200":
1478714796
description: OK

0 commit comments

Comments
 (0)