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_id
The tag ID
Request
This endpoint expects an object.
name
color
Response
Tag successfully updated.
Errors
400
Bad Request Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error