Update Contact
lexware_update_contactUpdate an existing contact by providing its ID and a JSON body containing the version field for optimistic locking.
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. |