CRM
Bulk update pipeline fields
Updates opportunity field definitions for a pipeline in bulk. Identify each field by id/attribute_id or property_name. Opportunity fields are pipeline-scoped, so use this pipeline endpoint. property_name is a stable identifier and cannot be renamed; if you include it with id/attribute_id, it must match the stored field property_name exactly.
post/v1/pipelines/{pipeline_id}/fields/bulk/update
Path parameters
pipeline_idstring uuid required
Pipeline ID.
Request body
Response
Pipeline fields were updated.
Example response
{
"success": true
}