update_settings_radarr_by_radarr_id
Update a Radarr instance's settings by providing its ID and a request body with the fields to change. Use this to modify Radarr configuration directly from Overseerr or Jellyseerr.
Instructions
Update Radarr instance.
PUT /api/v1/settings/radarr/{radarrId}
Args: radarr_id: Radarr 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 | ||
| radarr_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |