Update tag (Partial)
Update an existing CRM object tag in your HubSpot account. This endpoint allows you to modify properties of a specific tag identified by its tagId and objectTypeId. Use this to change tag attributes such as color, description, or associated filters.
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 unique identifier of the object type associated with the tag.
The unique identifier of the tag to be updated.
Body
An object representing the new color for the CRM object tag.
An object representing the new description for the CRM object tag.
An object representing the new filter branch for the CRM object tag.
An object representing the new set of pipeline IDs associated with the CRM object tag.
An object representing the new name for the CRM object tag.
Response
successful operation
The color associated with the CRM object tag, represented as a string.
The date and time when the tag was created, in ISO 8601 format.
An integer indicating the display order of the tag.
A complex object defining the filter branch associated with the tag, which can include various filter types and branches.
- OR
- AND
- NOT_ALL
- NOT_ANY
- RESTRICTED
- UNIFIED_EVENTS
- ASSOCIATION
An array of strings representing the pipeline IDs that this tag is associated with.
The unique identifier for the CRM object tag, represented as a string.
The name of the CRM object tag, represented as a string.
The identifier for the type of object this tag is associated with, represented as a string.
The date and time when the tag was last updated, in ISO 8601 format.
An integer representing the ID of the user who created the tag.
A string providing a description of the CRM object tag.
An integer representing the ID of the user who last modified the tag.