Updates a tag globally for all tasks.

Updates a tag for all tasks. If `isPrivateTask` is true, updates a tag for private tasks of the current user only. Otherwise updates it for project tasks. <Check title="Required Permissions" icon="key">To update tags for all tasks the user must have `project-planning-data:write` permissions.</Check>

Authentication

AuthorizationBearer

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

Path parameters

taskIdstringRequiredformat: "uuid"
The id of the task.

Query parameters

isPrivateTaskbooleanOptionalDefaults to false
Whether the tag should be updated for private tasks only.

Request

The model to update the tag including the old and new tag names.
oldTagNamestringRequired>=1 character
The old name of the tag.
newTagobjectRequired
shouldMergeboolean or nullOptional
If true, merge the tags if they already exist. If false, throw an error if the tag already exists.

Response

No Content

Errors