Update a tag

Updates a tag with the provided name and color ID.

Tags are organization-level resources, so the new name and color apply to every endpoint the tag is assigned to and are visible to all users in the organization. Tag colors aren’t a per-user setting.

Authentication

AuthorizationBearer

An auth_token should be provided to authenticate a session.

To obtain an auth_token, see the /api/v1/authenticate POST request.

Path parameters

tag_iddoubleRequired
The tag ID

Request

This endpoint expects an object.
namestringOptional
colorobjectOptional

Response

Tag successfully updated.

Errors

400
Bad Request Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error