UpdateIncidentStatusDto
incidentIdstring
newStatusstringrequired
Possible values: [REPORTED, UNDER_INVESTIGATION, CORRECTIVE_ACTIONS_ASSIGNED, IN_PROGRESS, RESOLVED, CLOSED]
commentstring
overrideJustificationstring
UpdateIncidentStatusDto
{
"incidentId": "string",
"newStatus": "REPORTED",
"comment": "string",
"overrideJustification": "string"
}