API v1 ReferenceProject TagsUpdates a tag globally for all projects.Copy pagePOSThttps://api.awork.com/api/v1/projects/:projectId/updatetags <Check title="Required Permissions" icon="key">The user must be an admin or have `project-master-data:write` permissions.</Check>AuthenticationAuthorizationBearerBearer authentication of the form Bearer <token>, where token is your auth token.Path parametersprojectIdstringRequiredformat: "uuid"The id of the project to update tags for.RequestThe model containing the tag updates.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.ResponseNo ContentErrors400Bad Request Error401Unauthorized Error