Skip to main content
POST
ToggleEnabled

Authorizations

Authorization
string
header
required

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

Body

application/json

ToggleEnabledRequest enables or disables an alert configuration. The config can be identified by either ID or FQN.

identifier
fqn · object
required

Identifier for the config to toggle.

isEnabled
boolean

Whether the alert configuration should be enabled. true = enable the alert, false = disable the alert.

Response

200 - application/json

Success

ToggleEnabledResponse confirms the toggle operation (empty response). Empty response - successful toggle is indicated by HTTP 200 status.