v3

latestOpenAPI 3.0.02026-07-2759120262.8 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

Example request

{
  "content": "Investigating the issue..."
}

Response

Comment created successfully