create_download_client
Set up a download client in Sonarr by providing its configuration schema, including name, implementation, protocol, priority, and download handling options.
Instructions
Add a new download client. Build the body from get_download_client_schema: it needs name, implementation, configContract and the fields array, plus enable, protocol, priority, removeCompletedDownloads, removeFailedDownloads.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| config | Yes | Full download client resource object, based on the schema |