synapse/docs/admin_api
Shay 11a11414c5
Add an option to issue redactions as admin user on admin redaction endpoint (#18671)
Currently the [admin redaction
endpoint](https://element-hq.github.io/synapse/latest/admin_api/user_admin_api.html#redact-all-the-events-of-a-user)
defaults to puppeting the user being redacted. This PR adds an optional
param `use_admin`, which when provided issues the redactions as the
admin user instead.
2025-07-21 16:40:45 +00:00
..
account_validity.md
client_server_api_extensions.md Allow admins to see soft failed events (if they want to) (#18238) 2025-07-14 16:55:19 +01:00
event_reports.md Stop sending or processing the origin field in PDUs (#18418) 2025-07-01 12:04:23 +01:00
experimental_features.md
media_admin_api.md
purge_history_api.md
README.rst
register_api.md
room_membership.md
rooms.md Fix documentation of the Delete Room Admin API's status field. (#18519) 2025-07-01 17:55:38 +01:00
scheduled_tasks.md
server_notices.md
statistics.md
user_admin_api.md Add an option to issue redactions as admin user on admin redaction endpoint (#18671) 2025-07-21 16:40:45 +00:00
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>`_.