Update Tag

Updates a tag's information.

Headers

AuthorizationstringRequired

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

Request

This endpoint expects an object.
idstringRequiredformat: "id"
The ID of the tag to update.
allowed_valuesobjectOptional
Specifies an update to a tag's allowed values.
descriptionstringOptionalformat: "text"
The updated description of the tag.
namestringOptionalformat: "text"
The updated name of the tag. The name must be unique across all tags.

Response

The response for updating a tag.
tagobject

Errors