Fix documented path to largest rooms statistics endpoint. (#15560)
This commit is contained in:
parent
86d541f37c
commit
7e6ad62c49
|
@ -0,0 +1 @@
|
||||||
|
Fix path to the `statistics/database/rooms` admin API in documentation.
|
|
@ -100,7 +100,7 @@ it should be enough to get a rough idea of where database disk space is going.
|
||||||
The API is:
|
The API is:
|
||||||
|
|
||||||
```
|
```
|
||||||
GET /_synapse/admin/v1/statistics/statistics/database/rooms
|
GET /_synapse/admin/v1/statistics/database/rooms
|
||||||
```
|
```
|
||||||
|
|
||||||
A response body like the following is returned:
|
A response body like the following is returned:
|
||||||
|
|
Loading…
Reference in New Issue