1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-01-03 13:45:02 +00:00

Using the syntax for setting the API key in the docs doesn't work, if you follow it strictly (with preceding ${ and ending }) it doesn't work. Propose changing to strictly follow how it works.

Andrew 2018-12-14 17:00:30 -05:00
parent 782273057c
commit ca3f05001a

@ -9,7 +9,7 @@ All other items build after this.
All requests made to the API endpoint require the API Key authentication using the `X-Api-Key` header or using the ```?apikey=``` query string: All requests made to the API endpoint require the API Key authentication using the `X-Api-Key` header or using the ```?apikey=``` query string:
``` ```
http://localhost:8989/api/system/status?apikey=${YOUR_API_KEY} http://localhost:8989/api/system/status?apikey=YOUR_API_KEY
``` ```
Where: Where: