v4

latestOpenAPI 3.0.02026-08-0559120263.4 KB
Incidents

Create incident comment

Create a new comment on an incident

post/incidents/{id}/comments

Path parameters

idstring required

ID of the incident

Request body

contentstring required

Content of the comment

publishOnStatusPageboolean

Whether the comment is published on the status page

Example request

{
  "content": "Investigating the issue...",
  "publishOnStatusPage": true
}

Response

Comment created successfully