Update a tag, correspondent or type
paperless_update_objectUpdate existing tags, correspondents, document types, storage paths, or custom fields in paperless-ngx by changing only the fields you specify.
Instructions
Rename or reconfigure an existing tag, correspondent, document type, storage path or custom field. Only the fields you pass are changed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Id of the object. | |
| name | No | ||
| path | No | Storage paths only. | |
| type | Yes | What to update. | |
| match | No | ||
| colour | No | Tags only: hex colour. | |
| owner_id | No | ||
| extra_data | No | Custom fields only. | |
| is_inbox_tag | No | Tags only. | |
| is_insensitive | No | ||
| matching_algorithm | No | Matching algorithm: 0 none, 1 any word, 2 all words, 3 exact, 4 regex, 5 fuzzy, 6 auto (trained classifier). |