updateDownloadClientConfig abstract method
- @PUT.new('config/downloadclient')
- @Body.new() SonarrDownloadClientConfig config, {
- @CancelRequest.new() CancelToken? cancelToken,
Update the download client configuration.
Implementation
@PUT('config/downloadclient')
Future<SonarrDownloadClientConfig> updateDownloadClientConfig(
@Body() SonarrDownloadClientConfig config, {
@CancelRequest() CancelToken? cancelToken,
});