README.rst 368 B

123456789101112
  1. Admin APIs
  2. ==========
  3. This directory includes documentation for the various synapse specific admin
  4. APIs available.
  5. Only users that are server admins can use these APIs. A user can be marked as a
  6. server admin by updating the database directly, e.g.:
  7. ``UPDATE users SET admin = 1 WHERE name = '@foo:bar.com'``
  8. Restarting may be required for the changes to register.