Updates a tag for all companies.
Updates a tag across all companies. The tag can be renamed or merged with an existing tag according to the submitted options.
<Check title="Required Permissions" icon="key">The user must be an admin or have `company-master-data:write` permissions.</Check>
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
The model containing the tag updates.
oldTagName
The old name of the tag.
newTag
shouldMerge
If true, merge the tags if they already exist.
If false, throw an error if the tag already exists.
Response
No Content
Errors
401
Unauthorized Error

