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

Path Parameters

id
string
required

Body

application/json
policyIds
string[]
required

Policy IDs to link to the control

Response

201 - undefined