From ca3f05001a622be9eb36ef7f7080fd0bb5223349 Mon Sep 17 00:00:00 2001 From: Andrew Date: Fri, 14 Dec 2018 17:00:30 -0500 Subject: [PATCH] Using the syntax for setting the API key in the docs doesn't work, if you follow it strictly (with preceding ${ and ending }) it doesn't work. Propose changing to strictly follow how it works. --- API/API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API/API.md b/API/API.md index 44a885c..d12330c 100644 --- a/API/API.md +++ b/API/API.md @@ -9,7 +9,7 @@ All other items build after this. All requests made to the API endpoint require the API Key authentication using the `X-Api-Key` header or using the ```?apikey=``` query string: ``` -http://localhost:8989/api/system/status?apikey=${YOUR_API_KEY} +http://localhost:8989/api/system/status?apikey=YOUR_API_KEY ``` Where: