Browse Source

Fix documented path to largest rooms statistics endpoint. (#15560)

Reto Schneider 10 months ago
parent
commit
7e6ad62c49
2 changed files with 2 additions and 1 deletions
  1. 1 0
      changelog.d/15560.doc
  2. 1 1
      docs/admin_api/statistics.md

+ 1 - 0
changelog.d/15560.doc

@@ -0,0 +1 @@
+Fix path to the `statistics/database/rooms` admin API in documentation.

+ 1 - 1
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: