API v1 ReferenceProject Template TagsUpdates a tag globally for all project templates.Copy pagePOSThttps://api.awork.com/api/v1/projecttemplates/:projectTemplateId/updatetags <Check title="Required Permissions" icon="key">The user must be an admin or have `project-manage-config:write` permissions.</Check>AuthenticationAuthorizationBearerBearer authentication of the form Bearer <token>, where token is your auth token.Path parametersprojectTemplateIdstringRequiredformat: "uuid"The id of the project template 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