curl --request POST \
--url http://localhost:3333/v1/framework-editor/requirement \
--header 'Content-Type: application/json' \
--data '
{
"frameworkId": "frk_abc123",
"name": "CC1.1",
"description": "Control environment requirements",
"identifier": "cc1-1"
}
'curl --request POST \
--url http://localhost:3333/v1/framework-editor/requirement \
--header 'Content-Type: application/json' \
--data '
{
"frameworkId": "frk_abc123",
"name": "CC1.1",
"description": "Control environment requirements",
"identifier": "cc1-1"
}
'Was this page helpful?