Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit d411eb0

Browse files
Fix path to biggest rooms statistics endpoint
statistics/statistics is one statistics too many.
1 parent 64a11fb commit d411eb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/admin_api/statistics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ it should be enough to get a rough idea of where database disk space is going.
100100
The API is:
101101

102102
```
103-
GET /_synapse/admin/v1/statistics/statistics/database/rooms
103+
GET /_synapse/admin/v1/statistics/database/rooms
104104
```
105105

106106
A response body like the following is returned:

0 commit comments

Comments
 (0)