1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-01-03 05:35:29 +00:00

API Key query string

Mark McDowall 2014-04-21 18:30:06 -07:00
parent e03ad7a859
commit 0ad4088e25

@ -5,7 +5,7 @@ All API endpoints are based off of `/api` if you access drone via `http://localh
## 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 using the apikey query string.
### API Key ###