0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2025-01-09 17:43:54 +01:00
synapse/docs/admin_api
Shay 58deef5eba
Add admin handler to list of handlers used for background tasks (#17847)
Fixes #17823

While we're at it, makes a change where the redactions are sent as the
admin if the user is not a member of the server (otherwise these fail
with a "User must be our own" message).
2024-10-29 13:50:13 -05:00
..
account_validity.md
event_reports.md
experimental_features.md
media_admin_api.md
purge_history_api.md
README.rst
register_api.md
room_membership.md
rooms.md
server_notices.md
statistics.md
user_admin_api.md
version_api.md

Admin APIs
==========

**Note**: The latest documentation can be viewed `here <https://element-hq.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>`_.