From de9068916199d07ac250f146fe03afdce6ce93e9 Mon Sep 17 00:00:00 2001 From: Mahesh Date: Mon, 15 Sep 2025 15:30:57 +0530 Subject: [PATCH] chore: add extact_name filter for workspace list --- openapi.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/openapi.yaml b/openapi.yaml index 54323d5c..d96baef7 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -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