Skip to main content
POST
/
v1
/
framework-editor
/
requirement
cURL
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"
}
'

Body

application/json
frameworkId
string
required
Example:

"frk_abc123"

name
string
required
Example:

"CC1.1"

description
string
required
Example:

"Control environment requirements"

identifier
string
Example:

"cc1-1"

Response

201 - undefined