Updates a tag globally across all tasks.

Updates a tag name and/or color for all tasks that have this tag. <Check><b>Required Permissions</b>: To update the tag the user needs appropriate permissions.</Check>

Authentication

AuthorizationBearer

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

Path parameters

taskIdstringRequiredformat: "uuid"

The task id (route parameter maintained for backward compatibility but not used by the service).

Query parameters

isPrivateTaskbooleanRequired
If the tags should be updated for private tasks.

Request

The model containing the old and new tag names and color.
oldTagNamestringRequired>=1 character
newTagobjectRequired
shouldMergeboolean or nullOptional

Response

OK