diff options
author | Erik Johnston <erikj@jki.re> | 2019-03-05 16:31:00 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-05 16:31:00 +0000 |
commit | 16c8b4ecbd99c4be6419bf65212acc613a179950 (patch) | |
tree | 40d5d962898b33a964b6d3f4e834d8ad98a8d05e /changelog.d | |
parent | Add rate-limiting on registration (#4735) (diff) | |
parent | add API documentation (diff) | |
download | synapse-16c8b4ecbd99c4be6419bf65212acc613a179950.tar.xz |
Merge pull request #4772 from jbweston/jbweston/server-version-api
Add 'server_version' endpoint to admin API
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/4772.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/4772.feature b/changelog.d/4772.feature new file mode 100644 index 0000000000..19bb91f1e8 --- /dev/null +++ b/changelog.d/4772.feature @@ -0,0 +1 @@ +Add an endpoint to the admin API for querying the server version. Contributed by Joseph Weston. |