API v1 ReferenceCompany TagsUpdates a tag globally for all companies.Copy pagePOSThttps://api.awork.com/api/v1/companies/:companyId/updatetags <Check title="Required Permissions" icon="key">The user must be an admin or have `company-master-data:write` permissions.</Check>AuthenticationAuthorizationBearerBearer authentication of the form Bearer <token>, where token is your auth token.Path parameterscompanyIdstringRequiredformat: "uuid"The id of the company 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 ContentErrors401Unauthorized Error