From db50d09287787c026f4ca14145d7b35c6aed1bb7 Mon Sep 17 00:00:00 2001 From: Taloth Date: Sat, 20 Feb 2016 00:15:08 +0100 Subject: [PATCH] Updated API (markdown) --- API/API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API/API.md b/API/API.md index 1abcbe1..ef1242c 100644 --- a/API/API.md +++ b/API/API.md @@ -5,7 +5,7 @@ All API endpoints are based off of `/api` if you access Sonarr via `http://local ## Authentication ## -All requests made to the api endpoint require API Key authentication using the X-Api-Key header or using the apikey query string. +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 ###