diff options
Diffstat (limited to 'docs/customservices.md')
-rw-r--r-- | docs/customservices.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/customservices.md b/docs/customservices.md index 77109b7..91c4051 100644 --- a/docs/customservices.md +++ b/docs/customservices.md | |||
@@ -79,6 +79,16 @@ Two lines are needed in the config.yml : | |||
79 | 79 | ||
80 | The url must be the root url of Lidarr, Radarr or Sonarr application. | 80 | The url must be the root url of Lidarr, Radarr or Sonarr application. |
81 | The Lidarr, Radarr or Sonarr API key can be found in Settings > General. It is needed to access the API. | 81 | The Lidarr, Radarr or Sonarr API key can be found in Settings > General. It is needed to access the API. |
82 | If you are using an older version of Radarr or Sonarr which don't support the new V3 api endpoints, add the following line to your service config "legacyApi: true", example: | ||
83 | |||
84 | ```yaml | ||
85 | - name: "Radarr" | ||
86 | type: "Radarr" | ||
87 | url: "http://localhost:8989/" | ||
88 | apikey: "MY-SUPER-SECRET-API-KEY" | ||
89 | target: "_blank" # optional html tag target attribute | ||
90 | legacyApi: true | ||
91 | ``` | ||
82 | 92 | ||
83 | ## PaperlessNG | 93 | ## PaperlessNG |
84 | 94 | ||