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

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.