From 7e6ad62c49104e5a17d1d35fe4c743b9fd7cd31d Mon Sep 17 00:00:00 2001 From: Reto Schneider Date: Wed, 10 May 2023 15:00:27 +0200 Subject: Fix documented path to largest rooms statistics endpoint. (#15560) --- docs/admin_api/statistics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/admin_api') 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: -- cgit 1.4.1