From 49aeb974c726aab468132005988ae2b2af18ad72 Mon Sep 17 00:00:00 2001 From: squahtx Date: Tue, 7 Dec 2021 13:56:43 +0000 Subject: deploy: 966b5d0fa0893c3b628c942dfc232e285417f46d --- v1.49/admin_api/version_api.html | 269 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 269 insertions(+) create mode 100644 v1.49/admin_api/version_api.html (limited to 'v1.49/admin_api/version_api.html') diff --git a/v1.49/admin_api/version_api.html b/v1.49/admin_api/version_api.html new file mode 100644 index 0000000000..9c03a6ec41 --- /dev/null +++ b/v1.49/admin_api/version_api.html @@ -0,0 +1,269 @@ + + + + + + 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