Switch trigger instance status

PATCH

Switches the status of a trigger instance.

Path parameters

triggerIdstringRequired

Headers

x-org-api-keystringRequired

Request

This endpoint expects an object.
enabledbooleanRequired

New enabled/disabled state for the trigger.

Response

statusstring

Status of the operation (success/error).

messagestringOptional

Additional information about the operation result.

triggerIdstringOptional

Unique identifier of the affected trigger.

isNewbooleanOptional

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

Built with