From eaed07aa18ac9a135ffc31b9ca61a71dd54f3e02 Mon Sep 17 00:00:00 2001 From: DMRobertson Date: Tue, 29 Nov 2022 12:32:57 +0000 Subject: deploy: 8c5b8e6d40b28bd134326a8063992cdfeef7b60d --- v1.73/admin_api/version_api.html | 203 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 203 insertions(+) create mode 100644 v1.73/admin_api/version_api.html (limited to 'v1.73/admin_api/version_api.html') diff --git a/v1.73/admin_api/version_api.html b/v1.73/admin_api/version_api.html new file mode 100644 index 0000000000..ed06e76f63 --- /dev/null +++ b/v1.73/admin_api/version_api.html @@ -0,0 +1,203 @@ + + + + + + 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