From 303455ded6fb1f14498bb1d4056b94cb4e4131a5 Mon Sep 17 00:00:00 2001 From: Bryan Frimin Date: Thu, 9 Apr 2026 12:41:08 +0200 Subject: [PATCH] Move framework_id into filter in ListControlsInput spec Signed-off-by: Bryan Frimin --- pkg/server/api/mcp/v1/specification.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg/server/api/mcp/v1/specification.yaml b/pkg/server/api/mcp/v1/specification.yaml index 06135e2b8..95be89c73 100644 --- a/pkg/server/api/mcp/v1/specification.yaml +++ b/pkg/server/api/mcp/v1/specification.yaml @@ -4257,9 +4257,6 @@ components: organization_id: $ref: "#/components/schemas/GID" description: Organization ID - framework_id: - $ref: "#/components/schemas/GID" - description: Framework ID order_by: $ref: "#/components/schemas/ControlOrderBy" description: Control order by @@ -4275,6 +4272,9 @@ components: query: type: string description: Search query + framework_id: + $ref: "#/components/schemas/GID" + description: Framework ID to filter controls by ListControlsOutput: type: object