PUT /api/contacts/{id}) endpoint.
Provide the customFields array containing the fieldId and the new value. If a custom field is not included in the payload, its current value will be retained.
Example Payload:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
PUT /api/contacts/{id}) endpoint.
Provide the customFields array containing the fieldId and the new value. If a custom field is not included in the payload, its current value will be retained.
Example Payload:
{
"customFields": [
{
"fieldId": "your_custom_field_id",
"value": "New Updated Value"
}
]
}
