put https://api.shift.io/v3/tags
Updates an existing asset tag
This call requires two body parameters:
- currentName: The name of an existing asset tag
- newName: The new name you are giving this tag
The call replaces the old tag with the new tag, so, for example, every instance of “tag1” is replaced with “tag2.” If an asset is tagged with multiple tags, only the tag identified under currentName is replaced; all other tags remain intact.
A 204 code is returned when the tag is successfully updated.