From 48b204b1ec8d922b2bcbe88c53d89d140e69740a Mon Sep 17 00:00:00 2001 From: squahtx Date: Tue, 15 Feb 2022 10:40:34 +0000 Subject: deploy: c4c98c75188015b7ee921ee0adc2c428fbb9b6b4 --- v1.53/admin_api/version_api.html | 269 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 269 insertions(+) create mode 100644 v1.53/admin_api/version_api.html (limited to 'v1.53/admin_api/version_api.html') diff --git a/v1.53/admin_api/version_api.html b/v1.53/admin_api/version_api.html new file mode 100644 index 0000000000..beb66b10c2 --- /dev/null +++ b/v1.53/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.7.8"
+}
+
+ +
+ + +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit 1.5.1