Reference Data

Update a deal pipeline

Updates a pipeline's name, icon, or active state. Only provided fields are changed. To add or edit stages, use the stage endpoints.

patch/pipelines/{id}

Path parameters

idstring required

Pipeline ID (dpl_ prefix)

Request body

namestring

Pipeline name

iconstring

Tabler icon name for the pipeline

isActiveboolean

Whether the pipeline is active

Response

OK

idstring required

Pipeline ID (dpl_ prefix)

namestring required

Pipeline name

Changes

No recorded changes to this endpoint across all 1 revision of this API.