Assessment
Updates the rating of a specific control within an assessment for a monitored company.
Updates the rating of a specific assessment control item along with a comment explaining the change. The updating user information is required for audit purposes. The assessment must not be in 'Completed' status to allow updates.
patch/api/v2/companies/{id}/assessments/{assessmentId}/controls/{assessmentControlId}
Path parameters
idinteger required
Example:123
The id of the company whose assessment control rating will be updated.
assessmentIdinteger required
Example:456
The id of the assessment.
assessmentControlIdinteger required
Example:789
The unique identifier of the assessment control to update.
Request body
Example request
{
"Rating": "FullyCompliant",
"Comment": "Updated based on latest security review findings."
}Response
Assessment control rating updated successfully.