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 | |
parent | Stabilize MSC2659 support for AS ping endpoint. (#15528) (diff) | |
download | synapse-7e6ad62c49104e5a17d1d35fe4c743b9fd7cd31d.tar.xz |
Fix documented path to largest rooms statistics endpoint. (#15560)
-rw-r--r-- | changelog.d/15560.doc | 1 | ||||
-rw-r--r-- | docs/admin_api/statistics.md | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/changelog.d/15560.doc b/changelog.d/15560.doc new file mode 100644 index 0000000000..a552391886 --- /dev/null +++ b/changelog.d/15560.doc @@ -0,0 +1 @@ +Fix path to the `statistics/database/rooms` admin API in documentation. 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: |