Olivier Wilkinson (reivilibre) 1b959b6977 Document GET method for retrieving admin bit of user in admin API il y a 5 ans
..
README.rst 367b594183 Add some basic admin API docs il y a 8 ans
account_validity.rst 8e9ca83537 Move admin API to a new prefix il y a 5 ans
delete_group.md 8e9ca83537 Move admin API to a new prefix il y a 5 ans
media_admin_api.md 8e9ca83537 Move admin API to a new prefix il y a 5 ans
purge_history_api.rst 8e9ca83537 Move admin API to a new prefix il y a 5 ans
purge_remote_media.rst 8e9ca83537 Move admin API to a new prefix il y a 5 ans
purge_room.md 119aa31b10 Servlet to purge old rooms (#5845) il y a 5 ans
register_api.rst 8e9ca83537 Move admin API to a new prefix il y a 5 ans
server_notices.md 3fdff14207 Fix spelling in server notices admin API docs (#5142) il y a 5 ans
user_admin_api.rst 1b959b6977 Document GET method for retrieving admin bit of user in admin API il y a 5 ans
version_api.rst 59e2d2694d Remove the requirement to authenticate for /admin/server_version. (#5122) il y a 5 ans

README.rst

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

This directory includes documentation for the various synapse specific admin
APIs available.

Only users that are server admins can use these APIs. A user can be marked as a
server admin by updating the database directly, e.g.:

``UPDATE users SET admin = 1 WHERE name = '@foo:bar.com'``

Restarting may be required for the changes to register.