Update a tag
Update the name, description, or color of a specific version tag.
### Usage notes
- To perform this operation, you must use API credentials owned by a user assigned the Admin account type.
- Retrieve the **tagId** by calling the [/v2/tags](https://help.sigmacomputing.com/reference/list-version-tag) endpoint and using the `versionTagId` in the response.
Authentication
AuthorizationBearer
OAuth authentication of the form <token>.
Path parameters
tagId
Request
Update version tag request
name
Name of the tag. Must be unique and a maximum of 32 characters.
description
Description of the version tag.
color
Color to associate with the tag.
Response
The response body.
versionTagId
name
ownerId
createdBy
The identifier of the user who created this object.
updatedBy
The identifier of the user or process that last updated this object.
createdAt
When the object was created.
updatedAt
When the object was last updated.
isArchived
description
color

