v4
latestOpenAPI 3.0.02026-08-0559120263.4 KBIncidents
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
}