Update pipeline (Partial)
Update an existing pipeline in your HubSpot account. This endpoint allows you to modify specific properties of a pipeline, such as its label, display order, or archived status. Use this to keep your pipeline data up-to-date and organized.
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 associated with the pipeline, 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
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.