1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-07-04 11:07:59 +02:00

Updated API (markdown)

Leonardo Galli 2017-05-30 11:45:14 +02:00
parent dccb77117b
commit bf3be78d83

2
API.md

@ -5,7 +5,7 @@ All API endpoints are based off of `/api` if you access Radarr via `http://local
## 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 ###