From 2940bec64501e21181ae38b393d8409b5f0060d5 Mon Sep 17 00:00:00 2001 From: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> Date: Wed, 17 Nov 2021 12:13:24 +0000 Subject: Remove erroneous v1.45.0 docs folder (#11367) --- v1.45.0/admin_api/version_api.html | 269 ------------------------------------- 1 file changed, 269 deletions(-) delete mode 100644 v1.45.0/admin_api/version_api.html (limited to 'v1.45.0/admin_api/version_api.html') diff --git a/v1.45.0/admin_api/version_api.html b/v1.45.0/admin_api/version_api.html deleted file mode 100644 index c31d017f76..0000000000 --- a/v1.45.0/admin_api/version_api.html +++ /dev/null @@ -1,269 +0,0 @@ - - - - - - Server Version - Synapse - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
- - - - - - - - - - - -
-
- -
- -
- -

Version API

-

This API returns the running Synapse version and the Python version -on which Synapse is being run. This is useful when a Synapse instance -is behind a proxy that does not forward the 'Server' header (which also -contains Synapse version information).

-

The api is:

-
GET /_synapse/admin/v1/server_version
-
-

It returns a JSON body like the following:

-
{
-    "server_version": "0.99.2rc1 (b=develop, abcdef123)",
-    "python_version": "3.6.8"
-}
-
- -
- - -
-
- - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file -- cgit 1.5.1