v1
latestOpenAPI 3.0.22026-07-144652931.4 MBIncidents
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