v1
protected
triggers
Enable Trigger
Enable a trigger.
Enables the specified trigger, allowing it to execute when conditions are met. For cron triggers, this will resume the schedule.
Args: trigger_id: The unique identifier of the trigger user_context: Authentication context trigger_service: Injected trigger service
Returns: Success status
Raises: HTTPException: If trigger not found
post/v1/workspaces/{workspace}/triggers/{trigger_id}/enable
Path parameters
trigger_idstring uuid required
workspacestring required
Slug of the workspace the request acts in
Slug of the workspace the request acts in
Response
Successful Response
object required
Changes
Changed in 1 of the 45 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○