From c0d77615232c0980d596faa6f21d35a98e174713 Mon Sep 17 00:00:00 2001 From: Shreyas Zare Date: Sat, 30 Jul 2022 11:35:28 +0530 Subject: [PATCH] Update APIDOCS.md fixed typo --- APIDOCS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +```