Move framework_id into filter in ListControlsInput spec

Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
Bryan Frimin
2026-04-09 12:41:08 +02:00
parent b005b92c77
commit 303455ded6

View File

@@ -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