diff options
author | DMRobertson <DMRobertson@users.noreply.github.com> | 2023-12-05 13:16:01 +0000 |
---|---|---|
committer | DMRobertson <DMRobertson@users.noreply.github.com> | 2023-12-05 13:16:01 +0000 |
commit | 4b36b11f119ec7451a050b0cd759bdead2f1bf11 (patch) | |
tree | 7aa4a4c199bf7fb4deab5d1f790729e3977dc806 /v1.98/admin_api/README.rst | |
parent | deploy: e87499b3f46a31c25df2da8686d3b913f8094660 (diff) | |
download | synapse-4b36b11f119ec7451a050b0cd759bdead2f1bf11.tar.xz |
deploy: 3c83d8f0afcaa8461516321d49a64906e0ec865b
Diffstat (limited to 'v1.98/admin_api/README.rst')
-rw-r--r-- | v1.98/admin_api/README.rst | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/v1.98/admin_api/README.rst b/v1.98/admin_api/README.rst new file mode 100644 index 0000000000..8d6e76580a --- /dev/null +++ b/v1.98/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>`_. + |