Create a new comment for an incident
POST /v1/incidents/{id}/comments
POST
/v1/incidents/{id}/comments
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
integer format: int64
The ID of the incident to create a comment for
Example
123Request Body required
Section titled “Request Body required ”object
value
required
string
Responses
Section titled “ Responses ”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 with all properties returned from the database
object
email
required
string
first_name
required
string
icon
string | null format: image/png
Example
https://picsum.photos/200 id
required
string format: uuid
last_name
required
string
value
required
string
Incident not found