From 949cb1b589d6e4f719d0374057b54f567d3907aa Mon Sep 17 00:00:00 2001 From: Mahesh Date: Thu, 21 Aug 2025 14:39:49 +0530 Subject: [PATCH] fix: add name param for workspace list --- openapi.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/openapi.yaml b/openapi.yaml index 9ede08ed..c13d6893 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -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