update_document
Update metadata fields on a Paperless-ngx document, including title, correspondent, document type, tags, and created date.
Instructions
Update metadata fields (title, correspondent, document type, tags, created date) on a Paperless-ngx document
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| correspondent | No | Correspondent ID to assign, or null to clear | |
| created | No | Document creation date in ISO 8601 format (e.g. 2024-01-15T00:00:00Z) | |
| document_type | No | Document type ID to assign, or null to clear | |
| id | Yes | Document ID to update | |
| tags | No | Array of tag IDs to assign (replaces existing tags) | |
| title | No | New document title |