diff options
author | reivilibre <reivilibre@users.noreply.github.com> | 2022-01-05 12:40:23 +0000 |
---|---|---|
committer | reivilibre <reivilibre@users.noreply.github.com> | 2022-01-05 12:40:23 +0000 |
commit | 405951e9c57c59b63bcdcefdc356dbd2bc50174a (patch) | |
tree | a6adfeb1516eaa5169da8cc709f1475b8d8b04da /v1.50/admin_api/README.rst | |
parent | deploy: eedb4527f1524fc3b83cd4838774b04d6f1e3911 (diff) | |
download | synapse-405951e9c57c59b63bcdcefdc356dbd2bc50174a.tar.xz |
deploy: 9be5aacc2d901f553ec972d0d62738bd42c87037
Diffstat (limited to 'v1.50/admin_api/README.rst')
-rw-r--r-- | v1.50/admin_api/README.rst | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/v1.50/admin_api/README.rst b/v1.50/admin_api/README.rst new file mode 100644 index 0000000000..8d6e76580a --- /dev/null +++ b/v1.50/admin_api/README.rst @@ -0,0 +1,14 @@ +Admin APIs +========== + +**Note**: The latest documentation can be viewed `here <https://matrix-org.github.io/synapse>`_. +See `docs/README.md <../README.md>`_ for more information. + +**Please update links to point to the website instead.** Existing files in this directory +are preserved to maintain historical links, but may be moved in the future. + +This directory includes documentation for the various synapse specific admin +APIs available. Updates to the existing Admin API documentation should still +be made to these files, but any new documentation files should instead be placed under +`docs/usage/administration/admin_api <../usage/administration/admin_api>`_. + |