Update a tag

Updates a tag with the provided name and color ID.

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