summary refs log tree commit diff
path: root/docs/admin_api/version_api.rst (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Convert admin api docs to markdown (#10089)Andrew Morgan2021-06-031-20/+0
| | | So that they render nicely in mdbook (see #10086), and so that we no longer have a mix of structured text languages in our documentation (excluding files outside of `docs/`).
* Remove the requirement to authenticate for /admin/server_version. (#5122)Richard van der Hoff2019-05-071-2/+0
| | | | | | | | | This endpoint isn't much use for its intended purpose if you first need to get yourself an admin's auth token. I've restricted it to the `/_synapse/admin` path to make it a bit easier to lock down for those concerned about exposing this information. I don't imagine anyone is using it in anger currently.
* Move admin API to a new prefixRichard van der Hoff2019-05-011-1/+1
|
* add API documentationJoseph Weston2019-03-021-0/+22
Signed-off-by: Joseph Weston <joseph@weston.cloud>