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
Response
The new status update for the specified incident.
Changes
No recorded changes to this endpoint across all 1 revision of this API.