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