v4

latestOpenAPI 3.0.02026-08-0559120263.4 KB
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

contentstring required

Updated content of the comment

publishOnStatusPageboolean

Whether the comment is published on the status page

Example request

{
  "content": "Issue has been identified and fix is in progress...",
  "publishOnStatusPage": true
}

Response

idnumber required
commentstring required
publishOnStatusPageboolean required