v3
latestOpenAPI 3.0.02026-07-2759120262.8 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..."
}