summary refs log tree commit diff
path: root/develop/admin_api/version_api.html
diff options
context:
space:
mode:
authorclokep <clokep@users.noreply.github.com>2023-10-02 13:08:59 +0000
committerclokep <clokep@users.noreply.github.com>2023-10-02 13:08:59 +0000
commit8dfc086417e64fca260a85b321bb14b1967691da (patch)
treeb4750412825d76596e40f811c56670ef37b06259 /develop/admin_api/version_api.html
parentdeploy: fb664cf159d1d6c5d150726cc365debf911f7e74 (diff)
downloadsynapse-8dfc086417e64fca260a85b321bb14b1967691da.tar.xz
deploy: 5725712d477e41761aa89a79edd77d613c36a30a
Diffstat (limited to 'develop/admin_api/version_api.html')
-rw-r--r--develop/admin_api/version_api.html9
1 files changed, 5 insertions, 4 deletions
diff --git a/develop/admin_api/version_api.html b/develop/admin_api/version_api.html

index 00a04cf442..a48a7cd1ad 100644 --- a/develop/admin_api/version_api.html +++ b/develop/admin_api/version_api.html
@@ -147,8 +147,8 @@ </div> <h1 id="version-api"><a class="header" href="#version-api">Version API</a></h1> -<p>This API returns the running Synapse version and the Python version -on which Synapse is being run. This is useful when a Synapse instance +<p>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).</p> <p>The api is:</p> @@ -156,10 +156,11 @@ contains Synapse version information).</p> </code></pre> <p>It returns a JSON body like the following:</p> <pre><code class="language-json">{ - &quot;server_version&quot;: &quot;0.99.2rc1 (b=develop, abcdef123)&quot;, - &quot;python_version&quot;: &quot;3.7.8&quot; + &quot;server_version&quot;: &quot;0.99.2rc1 (b=develop, abcdef123)&quot; } </code></pre> +<p><em>Changed in Synapse 1.94.0:</em> The <code>python_version</code> key was removed from the +response body.</p> </main>