Update APIDOCS.md

fixed typo
This commit is contained in:
Shreyas Zare
2022-07-30 11:35:28 +05:30
committed by GitHub
parent d3371361d3
commit c0d7761523

View File

@@ -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"
}
```
```