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

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.