Assessment
Updates an existing assessment for a monitored company.
Updates the properties of an existing assessment for the specified company.
patch/api/v2/companies/{id}/assessments/{assessmentId}
Path parameters
idinteger required
Example:123
The id of the company for which the assessment will be updated.
assessmentIdinteger required
Example:456
The id of the assessment to be updated.
Request body
Example request
{
"Name": "Updated Vendor Assessment Q3",
"Description": "Updated quarterly vendor risk assessment.",
"Status": "Completed",
"OnlyApiEditable": true,
"Summary": "Assessment summary with key findings and recommendations."
}Response
Assessment updated successfully.