diff --git a/APIDOCS.md b/APIDOCS.md index b5777dc6..de27b38c 100644 --- a/APIDOCS.md +++ b/APIDOCS.md @@ -1386,7 +1386,7 @@ RESPONSE: This call returns the top stats data for specified stats type. URL: -`http://localhost:5380/api/getStats?token=x&type=lastHour&statsType=TopClients&limit=1000` +`http://localhost:5380/api/getTopStats?token=x&type=lastHour&statsType=TopClients&limit=1000` WHERE: - `token`: The session token generated by the `login` call. @@ -4000,4 +4000,4 @@ RESPONSE: "response": {}, "status": "ok" } -``` \ No newline at end of file +```