sonarr_edit_series
Update an existing Sonarr series by changing its monitored status, quality profile, path, or tags. Fetch the full series object first, modify it, then submit the changes.
Instructions
Edit an existing series. Update monitored status, quality profile, path, or tags. Get the full series object first with sonarr_get_series, modify it, and pass it here.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| series | Yes | Complete series object with modifications. Must include 'id' field. |