mirror of
https://github.com/Radarr/Radarr
synced 2024-12-22 16:02:43 +00:00
Updated API (markdown)
parent
dccb77117b
commit
bf3be78d83
1 changed files with 1 additions and 1 deletions
2
API.md
2
API.md
|
@ -5,7 +5,7 @@ All API endpoints are based off of `/api` if you access Radarr via `http://local
|
||||||
|
|
||||||
## Authentication ##
|
## Authentication ##
|
||||||
|
|
||||||
All requests made to the api endpoint require API Key authentication using the X-Api-Key header.
|
All requests made to the api endpoint require API Key authentication using the X-Api-Key header or in the query string using `?apikey=APIKEY`.
|
||||||
|
|
||||||
### API Key ###
|
### API Key ###
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue