controls

post/controls

Request body

idinteger
project_idinteger
statusstring
approverstring
risk_reviewstring
ownerstring
reviewerstring
due_datestring date-time
implementation_detailsstring
control_groupstring

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

new created control

Changes