Skip to main content
POST
/
v1
/
controls
/
{id}
/
document-types
/
link
Link required document types to a control
curl --request POST \
  --url http://localhost:3333/v1/controls/{id}/document-types/link \
  --header 'Content-Type: application/json' \
  --data '
{
  "formTypes": [
    "board_meeting"
  ]
}
'

Path Parameters

id
string
required

Body

application/json
formTypes
enum<string>[]
required

Evidence form types to require for this control

Available options:
board_meeting,
it_leadership_meeting,
risk_committee_meeting,
meeting,
access_request,
whistleblower_report,
penetration_test,
rbac_matrix,
infrastructure_inventory,
employee_performance_evaluation,
network_diagram,
tabletop_exercise

Response

201 - undefined