Update a tag

Updates an existing tag in your workspace.

Path parameters

handlestringRequired
The handle of the tag to update.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
titlestringRequired

The updated tag title. Maximum of 30 characters.

descriptionstringOptional

The updated tag description. Maximum of 150 characters.

colorenumOptional
The updated tag color.

Response

Success - The tag was updated successfully.

dataobject or null

Errors