Skip to main content
POST
ToggleIncidentOwnerAlert

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

ToggleIncidentOwnerAlertRequest turns the workspace's incident-owner alert on or off.

isEnabled
boolean

true turns the incident-owner alert on (creating it if absent); false turns it off (removing it). Setting the current state is a no-op.

Response

200 - application/json

Success

ToggleIncidentOwnerAlertResponse reports the resulting state.

isEnabled
boolean

Whether the incident-owner alert is on after the call.