Handler for tag.
Update an existing tag.
Required Parameters:
tag
Future<RadarrTag> update({ required RadarrTag tag, }) async => _commandUpdateTag(_client, tag: tag);