From ef79988662d747061b0327708533455f566a97b2 Mon Sep 17 00:00:00 2001 From: Reto Schneider Date: Wed, 10 May 2023 03:47:58 +0200 Subject: [PATCH] Fix path to largest rooms statistics endpoint statistics/statistics is one statistics too many. Signed-off-by: Reto Schneider --- 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 000000000000..9decdd598583 --- /dev/null +++ b/changelog.d/15560.doc @@ -0,0 +1 @@ +Fix path to statistics/database/rooms in documentation diff --git a/docs/admin_api/statistics.md b/docs/admin_api/statistics.md index 2bd417e90031..59f07311ebc0 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: