Update a contact
update_contactUpdate an existing contact's details by ID, including email, phone, and job function. Modify contact information for accurate records.
Instructions
Update a contact.
Update an existing contact person by ID.
[Contacts] PUT /contact/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the contact to update. | |
| body | Yes | ||
| administration | No | The client administration to act on. Only one is configured: default. |