update_document
Update a document's title, correspondent, type, and tags in your Paperless-ngx archive. Add or remove tags by name, and optionally create missing metadata entries.
Instructions
Update document title, correspondent, type, and tags.
correspondent / document_type — name or ID; empty string "" clears the field. add_tags / remove_tags — lists of tag names. create_missing — whether to create missing tags/correspondents/types automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | ||
| add_tags | No | ||
| document_id | Yes | ||
| remove_tags | No | ||
| correspondent | No | ||
| document_type | No | ||
| create_missing | No |