Skip to main content
POST
/
v1
/
controls
/
{id}
/
policies
/
link
Link policies to control
curl --request POST \
  --url https://api.trycomp.ai/v1/controls/{id}/policies/link \
  --header 'Content-Type: application/json' \
  --data '
{
  "policyIds": [
    "<string>"
  ]
}
'

Documentation Index

Fetch the complete documentation index at: https://www.trycomp.ai/docs/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

id
string
required

Body

application/json
policyIds
string[]
required

Policy IDs to link to the control

Response

201 - undefined