update method

Future<RadarrTag> update({
  1. required RadarrTag tag,
})

Handler for tag.

Update an existing tag.

Required Parameters:

Implementation

Future<RadarrTag> update({
    required RadarrTag tag,
}) async => _commandUpdateTag(_client, tag: tag);