Fix documented path to largest rooms statistics endpoint. (#15560)

This commit is contained in:
Reto Schneider 2023-05-10 15:00:27 +02:00 committed by GitHub
parent 86d541f37c
commit 7e6ad62c49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

1
changelog.d/15560.doc Normal file
View File

@ -0,0 +1 @@
Fix path to the `statistics/database/rooms` admin API in documentation.

View File

@ -100,7 +100,7 @@ it should be enough to get a rough idea of where database disk space is going.
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: