missive_update_contacts
Update existing contacts by providing their UUIDs and the fields to change. Replaces entire arrays such as 'infos' or 'memberships' when supplied.
Instructions
Update one or more contacts by UUID (PATCH /contacts/:id1,:id2,...). Each object in contacts[] must include its id; only the attributes you supply are changed. WARNING: passing infos or memberships REPLACES the whole array — omitted items are deleted, so read-merge before writing. Idempotent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contacts | Yes | One or more contacts to update; each must include its `id`. |