Skip to main content
POST
/
v1
/
frameworks
/
{id}
/
requirements
/
{requirementKey}
/
controls
/
link
Link existing org controls to a requirement
curl --request POST \
  --url http://localhost:3333/v1/frameworks/{id}/requirements/{requirementKey}/controls/link \
  --header 'Content-Type: application/json' \
  --data '
{
  "controlIds": [
    "<string>"
  ]
}
'

Path Parameters

id
string
required
requirementKey
string
required

Body

application/json
controlIds
string[]
required

Existing org Control IDs to map to the requirement on this framework instance

Response

201 - undefined