From 7e6ad62c49104e5a17d1d35fe4c743b9fd7cd31d Mon Sep 17 00:00:00 2001 From: Reto Schneider Date: Wed, 10 May 2023 15:00:27 +0200 Subject: [PATCH] Fix documented path to largest rooms statistics endpoint. (#15560) --- changelog.d/15560.doc | 1 + docs/admin_api/statistics.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 changelog.d/15560.doc diff --git a/changelog.d/15560.doc b/changelog.d/15560.doc new file mode 100644 index 000000000..a55239188 --- /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 2bd417e90..59f07311e 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: