update_download_client
Update an existing download client's configuration by retrieving it, making changes, and submitting the full resource back to Sonarr.
Instructions
Update an existing download client. Fetch it with get_download_client first, change what you need and send the whole object back.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | download client id | |
| config | Yes | Full download client resource object including id |