mirror of
https://github.com/Sonarr/Sonarr
synced 2025-01-03 05:35:29 +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.
parent
782273057c
commit
ca3f05001a
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
||||
```
|
||||
http://localhost:8989/api/system/status?apikey=${YOUR_API_KEY}
|
||||
http://localhost:8989/api/system/status?apikey=YOUR_API_KEY
|
||||
```
|
||||
|
||||
Where:
|
||||
|
|
Loading…
Reference in a new issue