Update a tag

View as Markdown
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

tagIdstringRequired

Request

Update version tag request
namestringOptional
Name of the tag. Must be unique and a maximum of 32 characters.
descriptionstringOptional
Description of the version tag.
colorenumOptional
Color to associate with the tag.

Response

The response body.
versionTagIdstring
namestring
ownerIdstring
createdBystring
The identifier of the user who created this object.
updatedBystring
The identifier of the user or process that last updated this object.
createdAtdatetime
When the object was created.
updatedAtdatetime
When the object was last updated.
isArchivedbooleanOptional
descriptionstringOptional
colorenumOptional