Skip to content

Create a new comment for an incident

POST
/v1/incidents/{id}/comments
id
required
integer format: int64

The ID of the incident to create a comment for

Example
123
object
value
required
string

Comment created

object
created_date
required
string format: date-time
id
required
string format: uuid
updated_date
string | null format: date-time
user
required

A User as returned by the API.

Profile images are not embedded — clients fetch them from GET /api/v1/{icon} when icon is Some.

object
email
required
string
first_name
required
string
icon

Relative path to the user’s avatar endpoint, e.g. "users/{id}/avatar?v={hash}". None when the user has no avatar.

string | null
id
required
string format: uuid
last_name
required
string
value
required
string

Incident not found