v63

latestOpenAPI 3.0.0Proprietaryraw.githubusercontent.com2026-08-0110571.8 MB
Triggers

Enable or disable a trigger

Updates the status of a trigger instance to enable or disable it. Disabling a trigger pauses event listening without deleting the trigger configuration. Re-enabling restores the trigger to its active state. Use this for temporary maintenance or to control trigger execution.

patch/api/v3.1/trigger_instances/manage/{triggerId}

Path parameters

triggerIdstring triggerInstanceId required

The ID of the trigger instance to update

The ID of the trigger instance to update

Request body

status'enable' | 'disable' required

Response

Successfully updated trigger status

status'success' required

Status of the operation