Update Contact
lexware_update_contactUpdates an existing contact by providing the contact ID and a JSON body with the version field for optimistic locking, ensuring data consistency.
Instructions
Update an existing contact. The body must include the version field for optimistic locking.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Contact ID | |
| body | Yes | Contact JSON with version field. Same structure as create. |