curl --request POST \
--url http://localhost:3333/v1/framework-instance-requirements \
--header 'Content-Type: application/json' \
--data '
{
"frameworkInstanceId": "frm_abc123",
"name": "Custom Access Control",
"description": "Custom requirement for access control policies",
"identifier": "CUSTOM-1",
"controlIds": [
"<string>"
]
}
'curl --request POST \
--url http://localhost:3333/v1/framework-instance-requirements \
--header 'Content-Type: application/json' \
--data '
{
"frameworkInstanceId": "frm_abc123",
"name": "Custom Access Control",
"description": "Custom requirement for access control policies",
"identifier": "CUSTOM-1",
"controlIds": [
"<string>"
]
}
'Was this page helpful?