update_a_custom_field_value_for_contact
Update a contact's custom field value by specifying the field value ID, contact ID, field ID, and new value.
Instructions
🟡 WRITE · updates data · Field Values · PUT /fieldValues/{id}
Update a custom field value for contact
Modifies an existing record in place. Idempotent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the fieldValue to update | |
| body | No | Request body (application/json). |