Update Tag
Updates an existing Tag based on information you provide.
A Tag is a named categorization you can use to distinguish objects from each other.
Tags each have a unique identifier, a name, and a color.
Bearer authentication of the form Bearer <token>, where token is your auth token.
The color that will be used to represent this Tag visually. This color is automatically chosen by the application when a user creates a Tag.
You can choose specify any color that can be represented using HTML RGB
syntax such as #0088FF, in the format RRGGBB. You may not use names
for colors.
When omitted or null, the color is left unchanged.
True if the API call succeeded; false otherwise.