Move framework_id into filter in ListControlsInput spec
Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
@@ -4257,9 +4257,6 @@ components:
|
|||||||
organization_id:
|
organization_id:
|
||||||
$ref: "#/components/schemas/GID"
|
$ref: "#/components/schemas/GID"
|
||||||
description: Organization ID
|
description: Organization ID
|
||||||
framework_id:
|
|
||||||
$ref: "#/components/schemas/GID"
|
|
||||||
description: Framework ID
|
|
||||||
order_by:
|
order_by:
|
||||||
$ref: "#/components/schemas/ControlOrderBy"
|
$ref: "#/components/schemas/ControlOrderBy"
|
||||||
description: Control order by
|
description: Control order by
|
||||||
@@ -4275,6 +4272,9 @@ components:
|
|||||||
query:
|
query:
|
||||||
type: string
|
type: string
|
||||||
description: Search query
|
description: Search query
|
||||||
|
framework_id:
|
||||||
|
$ref: "#/components/schemas/GID"
|
||||||
|
description: Framework ID to filter controls by
|
||||||
|
|
||||||
ListControlsOutput:
|
ListControlsOutput:
|
||||||
type: object
|
type: object
|
||||||
|
|||||||
Reference in New Issue
Block a user