Incidents

Create a status update on an incident

Create a new status update for the specified incident. Optionally pass subject and html_message properties in the request body to override the email notification that gets sent.

An incident represents a problem or an issue that needs to be addressed and resolved.

For more information see the API Concepts Document

Scoped OAuth requires: incidents.write

post/incidents/{id}/status_updates

Path parameters

idstring required

The ID of the resource.

Headers

Acceptstring required

The Accept header is used as a versioning header.

Content-Type'application/json' required
Fromstring email required

The email address of a valid user associated with the account making the request.

Request body

messagestring required

The message to be posted as a status update.

subjectstring

The subject to be sent for the custom html email status update. Required if sending custom html email.

html_messagestring

The html content to be sent for the custom html email status update. Required if sending custom html email.

Response

The new status update for the specified incident.

status_updateStatusUpdate required— unresolved $ref

Changes

No recorded changes to this endpoint across all 1 revision of this API.