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

Commit 7e6ad62

Browse files
Fix documented path to largest rooms statistics endpoint. (#15560)
1 parent 86d541f commit 7e6ad62

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelog.d/15560.doc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix path to the `statistics/database/rooms` admin API in documentation.

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)