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
Example request
{
"content": "Investigating the issue...",
"publishOnStatusPage": true
}Response
Comment created successfully