From bf3be78d83a4b03fc0e4961095c7da2f2bd8d2ff Mon Sep 17 00:00:00 2001 From: Leonardo Galli Date: Tue, 30 May 2017 11:45:14 +0200 Subject: [PATCH] Updated API (markdown) --- API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API.md b/API.md index 28b9692..7b9839c 100644 --- a/API.md +++ b/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 ###