From f635f6df81509d0e4868d1503cbe90c12979e271 Mon Sep 17 00:00:00 2001 From: reivilibre Date: Tue, 21 Feb 2023 14:38:39 +0000 Subject: deploy: a3d471e92938ad4cd2a7fc49e651791ba4d328d3 --- v1.78/admin_api/version_api.html | 203 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 203 insertions(+) create mode 100644 v1.78/admin_api/version_api.html (limited to 'v1.78/admin_api/version_api.html') diff --git a/v1.78/admin_api/version_api.html b/v1.78/admin_api/version_api.html new file mode 100644 index 0000000000..c1cd34a48d --- /dev/null +++ b/v1.78/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