update_indexer
Update an existing Sonarr indexer by sending the full modified indexer object retrieved from a prior lookup. Applies your configuration changes directly.
Instructions
Update an existing indexer. Fetch it with get_indexer first, change what you need and send the whole object back.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | indexer id | |
| config | Yes | Full indexer resource object including id |