Incidents
Add Notification Subscribers
Subscribe the given entities to Incident Status Update Notifications.
Scoped OAuth requires: subscribers.write
post/incidents/{id}/status_updates/subscribers
Path parameters
idstring required
The ID of the resource.
Headers
Acceptstring required
The Accept header is used as a versioning header.
Request body
Example request
{
"subscribers": [
{
"subscriber_id": "PD1234",
"subscriber_type": "user"
}
]
}Response
OK
Changes
No recorded changes to this endpoint across all 1 revision of this API.