CRM
Bulk update contact fields
Updates contact field definitions in bulk. Identify each field by id or property_name. property_name is a stable identifier and cannot be renamed; if you include it with id, it must match the stored field property_name exactly.
post/v1/contacts/fields/bulk/update
Request body
Response
Contact fields were updated.
Example response
{
"success": true
}