Update pipeline (Replace)
Update an existing pipeline in your HubSpot account by specifying the pipeline ID and object type. This operation allows you to modify the pipeline’s properties, such as its label, display order, and stages. Ensure that the request body contains the necessary fields for a successful update.
Supported products
Supported products
Required Scopes
Required Scopes
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
The type of object the pipeline is associated with, such as deals or tickets.
The unique identifier of the pipeline to update.
Query Parameters
A boolean indicating whether to validate deal stage usages before deleting. Defaults to true.
A boolean indicating whether to validate references before deleting. Defaults to true.
Body
An integer indicating the order in which the pipeline appears relative to other pipelines.
A string representing the name of the pipeline.
An array of PipelineStageInput objects, each representing a stage within the pipeline.
Response
successful operation
A boolean indicating whether the pipeline is archived.
The date and time when the pipeline was created, in ISO 8601 format.
An integer indicating the order in which the pipeline appears relative to other pipelines.
A unique string identifier for the pipeline.
The name or title of the pipeline, represented as a string.
An array of PipelineStage objects that define the stages within this pipeline.
The date and time when the pipeline was last updated, in ISO 8601 format.
The date and time when the pipeline was archived, in ISO 8601 format.