We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2275bda + 29135d7 commit f937f0dCopy full SHA for f937f0d
openapi.yaml
@@ -14782,6 +14782,15 @@ paths:
14782
schema:
14783
type: string
14784
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"
14794
responses:
14795
"200":
14796
description: OK
0 commit comments