updateTag method

Future<SonarrTag> updateTag({
  1. required SonarrTag tag,
})

Handler for tag.

Update an existing tag.

Required Parameters:

Implementation

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