API v1 ReferenceTask TagsUpdates a tag for all private tasks.Copy pagePOSThttps://api.awork.com/api/v1/me/privatetasks/updatetagsUpdates a tag for all private tasks of the current user. <Check title="Required Permissions" icon="key">Any authenticated user.</Check>AuthenticationAuthorizationBearerBearer authentication of the form Bearer <token>, where token is your auth token.RequestThe model to update the tag including the old and new tag names.oldTagNamestringRequired>=1 characterThe old name of the tag.newTagobjectRequiredShow 2 propertiesshouldMergeboolean or nullOptionalIf true, merge the tags if they already exist. If false, throw an error if the tag already exists.Response204No ContentErrors400Bad Request Error