From 4b36b11f119ec7451a050b0cd759bdead2f1bf11 Mon Sep 17 00:00:00 2001 From: DMRobertson Date: Tue, 5 Dec 2023 13:16:01 +0000 Subject: deploy: 3c83d8f0afcaa8461516321d49a64906e0ec865b --- v1.98/admin_api/version_api.html | 204 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 204 insertions(+) create mode 100644 v1.98/admin_api/version_api.html (limited to 'v1.98/admin_api/version_api.html') diff --git a/v1.98/admin_api/version_api.html b/v1.98/admin_api/version_api.html new file mode 100644 index 0000000000..d2b3817223 --- /dev/null +++ b/v1.98/admin_api/version_api.html @@ -0,0 +1,204 @@ + + + + + + Server Version - Synapse + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + +
+
+ +
+ +
+ +

Version API

+

This API returns the running Synapse version. +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)"
+}
+
+

Changed in Synapse 1.94.0: The python_version key was removed from the +response body.

+ +
+ + +
+
+ + + +
+ + + + + + + + + + + + + \ No newline at end of file -- cgit 1.5.1