1
0
Fork 0
mirror of https://github.com/element-hq/synapse.git synced 2025-04-18 05:16:20 +00:00

Fix documented path to largest rooms statistics endpoint. ()

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
changelog.d
docs/admin_api

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: