update_settings_sonarr_by_sonarr_id
Update a Sonarr instance's configuration by specifying its Sonarr ID and a settings payload. Modify server options through Overseerr or Jellyseerr.
Instructions
Update Sonarr instance.
PUT /api/v1/settings/sonarr/{sonarrId}
Args: sonarr_id: Sonarr instance ID body: Request payload. Read the matching GET or the /schema endpoint first to see the fields this resource expects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| sonarr_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |