update_import_list
Update an existing Sonarr import list: fetch the current list, change the necessary fields, and resubmit the entire object to apply changes.
Instructions
Update an existing import list. Fetch it with get_import_list first, change what you need and send the whole object back.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | import list id | |
| config | Yes | Full import list resource object including id |