Controls

Create a new control

post/v1/controls

Request body

namestring required

Control name

descriptionstring required

Control description

policyIdsstring[]

Policy IDs to connect

taskIdsstring[]

Task IDs to connect

documentTypesstring[]

Evidence form types to require on this control

Example request

{
  "name": "Access Control",
  "description": "Manages user access to systems"
}

Changes