Switch trigger instance status

Switches the status of a trigger instance.

Path parameters

triggerIdstringRequiredformat: "[^\/#\?]+?"

Headers

x-api-keystringRequired

Request

SwitchTriggerStatusBodyDTO
enabledbooleanRequired

New enabled/disabled state for the trigger.

Response

statusstring

Status of the operation (success/error).

messagestring or null
Additional information about the operation result.
triggerIdstring or null
Unique identifier of the affected trigger.
isNewboolean or null

Indicates whether a new trigger was created (true) or an existing one was modified (false).