controls
put/controls/{id}
Path parameters
idinteger required
id of the control
Request body
Example request
{
"id": 1,
"project_id": 1,
"status": "In Progress",
"approver": "John Doe",
"risk_review": "Acceptable risk",
"owner": "Bob Johnson",
"reviewer": "Alice Williams",
"due_date": "2024-09-20T00:00:00.000Z",
"implementation_details": "Implement new feature",
"control_group": "AI Literacy"
}Response
control