curl --request POST \
--url http://localhost:3333/v1/controls/{id}/document-types/link \
--header 'Content-Type: application/json' \
--data '
{
"formTypes": [
"board_meeting"
]
}
'curl --request POST \
--url http://localhost:3333/v1/controls/{id}/document-types/link \
--header 'Content-Type: application/json' \
--data '
{
"formTypes": [
"board_meeting"
]
}
'Evidence form types to require for this control
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 Was this page helpful?