update_workflow
Modify an existing Paperless-NGX workflow: change name, order, enabled state, triggers, or actions. Pass complete trigger/action lists to replace; include IDs to update existing entries.
Instructions
Update ONE workflow (PATCH). name/order/enabled change only when passed. ⚠️ triggers and actions, when passed, REPLACE the workflow's whole list: entries with an id update that existing item, entries without an id are created, and existing items you leave out are DELETED. To edit one action, call get_workflow first and send back the complete list with your change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| name | No | ||
| order | No | ||
| actions | No | ||
| enabled | No | ||
| triggers | No |