update_correspondent
Modify an existing correspondent's fields—name, match pattern, matching algorithm, or case-insensitive setting—using partial updates that only change supplied values.
Instructions
Update fields on ONE correspondent (PATCH — only fields you supply are changed). Editable fields: name, match (matching pattern), matching_algorithm, is_insensitive. To assign this correspondent to documents, use edit_documents_bulk with method 'set_correspondent' or update_document instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| name | No | ||
| match | No | ||
| is_insensitive | No | Whether matching is case-insensitive | |
| matching_algorithm | No | Matching algorithm: 0=None, 1=Any word, 2=All words, 3=Exact match, 4=Regular expression, 5=Fuzzy word, 6=Automatic |