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: