Skip to main content
PUT
Update an existing pipeline

Parámetros de ruta

object_type
enum<string>
requerido

The object type of the pipeline that you want to update. Must be one of: deals, tickets

Opciones disponibles:
deals,
tickets
pipeline_id
string
requerido

The ID of the pipeline you want to update.

Cuerpo

application/json
label
string

The label for the pipeline. The label will be displayed when viewing records in HubSpot.

Maximum string length: 36
displayOrder
integer

When viewing records in HubSpot, pipelines are displayed starting with the pipeline with the lowest displayOrder value.

active
boolean

Whether or not the pipeline is active.

stages
object[]

A list of stages for this pipeline. Pipelines may have up to 100 stages.

Maximum array length: 100

Respuesta

200 - application/json

Successfully updated pipeline

pipelineId
string
createdAt
integer<int64>
updatedAt
integer<int64> | null
objectType
enum<string>
Opciones disponibles:
DEAL,
TICKET
label
string
displayOrder
integer
active
boolean
default
boolean
stages
object[]
Última modificación el 3 de abril de 2026