Incidents
Update an incident comment
Updates an existing comment on an incident
patch/incidents/{id}/comments/{commentId}
Path parameters
idstring required
The incident ID
commentIdnumber required
The comment ID
Request body
Example request
{
"content": "Issue has been identified and fix is in progress...",
"publishOnStatusPage": true
}