Atomically replace the full set of triggers for a workflow. All existing triggers are deleted and the supplied set is created in a single transaction — if any trigger in the request is invalid, no changes are applied.
Use this when syncing trigger configuration from an external source of truth. For per-trigger CRUD, use POST/PATCH/DELETE instead.
Workflow identifier
Atomic bulk-replace request body. Use with PUT /workflows/{workflow_id}/triggers to declaratively sync trigger configuration.
Complete desired set of triggers. Existing triggers not in this list are deleted. An empty array removes all triggers.
Triggers replaced successfully
List of workflow triggers