Update stage
Update a specific stage within a pipeline for a given object type in HubSpot. This endpoint allows you to modify the details of a stage, such as its label, display order, and metadata. Use this to keep your pipeline stages up-to-date and aligned with your business processes.
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 belongs to, such as deals or tickets.
The unique identifier of the pipeline containing the stage.
The unique identifier of the stage to update.
Body
Response
successful operation
A boolean indicating whether the stage is archived.
The date and time when the stage was created, in ISO 8601 format.
An integer indicating the position of this stage within the pipeline, determining its order relative to other stages.
A unique string identifier for the pipeline stage.
The name or title of the pipeline stage, represented as a string.
An object containing additional metadata for the stage, with string values for each property.
The date and time when the stage was last updated, in ISO 8601 format.
A string indicating the write permissions for the stage. Valid values include 'CRM_PERMISSIONS_ENFORCEMENT', 'READ_ONLY', and 'INTERNAL_ONLY'.
CRM_PERMISSIONS_ENFORCEMENT, INTERNAL_ONLY, READ_ONLY The date and time when the stage was archived, in ISO 8601 format.