update_document
Patch document fields like title, correspondent, tags, or custom fields. Optionally retrieve full OCR content.
Instructions
Patch selected fields on a document.
The response strips OCR content by default; pass
include_content=True to get the full text back.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| patch | Yes | ||
| document_id | Yes | ||
| include_content | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| tags | No | ||
| added | No | ||
| notes | No | ||
| owner | No | ||
| title | Yes | ||
| content | No | ||
| created | Yes | ||
| web_url | No | ||
| modified | No | ||
| page_count | No | ||
| created_date | No | ||
| storage_path | No | ||
| correspondent | No | ||
| custom_fields | No | ||
| document_type | No | ||
| user_can_change | No | ||
| archived_file_name | No | ||
| original_file_name | No | ||
| archive_serial_number | No |