Updates a tag to the entity with the specified id.

To update the tag the user needs 'write' permissions on the specified entity. <Check title="Required Permissions">Any authenticated user.</Check>

Path parameters

entityIdstringRequired

Headers

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

Query parameters

isPrivateTaskbooleanOptional
If the entity is a private task.

Request

This endpoint expects an object.
oldTagNamestringRequired>=1 character
newTagobjectRequired
shouldMergeboolean or nullOptional

Response

No Content