diff options
author | Reto Schneider <code@reto-schneider.ch> | 2023-05-10 15:00:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-10 13:00:27 +0000 |
commit | 7e6ad62c49104e5a17d1d35fe4c743b9fd7cd31d (patch) | |
tree | 48d1f7d7dd766efc1934b1c82ca43d260f9ae277 /docs | |
parent | Stabilize MSC2659 support for AS ping endpoint. (#15528) (diff) | |
download | synapse-7e6ad62c49104e5a17d1d35fe4c743b9fd7cd31d.tar.xz |
Fix documented path to largest rooms statistics endpoint. (#15560)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/admin_api/statistics.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/admin_api/statistics.md b/docs/admin_api/statistics.md index 2bd417e900..59f07311eb 100644 --- a/docs/admin_api/statistics.md +++ b/docs/admin_api/statistics.md @@ -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: |