synapse/docs/admin_api
Erik Johnston 361bdafb87
Add experimental support for MSC4222 (#17888)
Basically, if the client sets a special query param on `/sync` v2
instead of responding with `state` at the *start* of the timeline, we
instead respond with `state_after` at the *end* of the timeline.

We do this by using the `current_state_delta_stream` table, which is
actually reliable, rather than messing around with "state at" points on
the timeline.

c.f. MSC4222
2024-11-05 14:45:57 +00:00
..
README.rst Update book location 2023-12-13 16:15:22 +00:00
account_validity.md Add warnings about MSC3861 on certain APIs. (#16168) 2023-08-25 07:25:34 -04:00
event_reports.md Admin API endpoint to delete a reported event (#15116) 2023-02-28 12:09:10 +00:00
experimental_features.md Add experimental support for MSC4222 (#17888) 2024-11-05 14:45:57 +00:00
media_admin_api.md Respond correctly to unknown methods on known endpoints (#14605) 2023-02-09 13:04:24 -05:00
purge_history_api.md Fix broken links in the Synapse documentation. (#14744) 2023-01-05 18:18:00 +00:00
register_api.md Add warnings about MSC3861 on certain APIs. (#16168) 2023-08-25 07:25:34 -04:00
room_membership.md Fix various typos in docs (#17114) 2024-04-26 18:10:45 +00:00
rooms.md Filter added to Admin-API GET /rooms (#17276) 2024-06-19 11:45:48 +01:00
server_notices.md Docs: Use something other than the document name to describe a page (#10399) 2021-07-15 12:47:55 +01:00
statistics.md Fix documented path to largest rooms statistics endpoint. (#15560) 2023-05-10 13:00:27 +00:00
user_admin_api.md Add admin handler to list of handlers used for background tasks (#17847) 2024-10-29 13:50:13 -05:00
version_api.md Remove Python version from `/_synapse/admin/v1/server_version` (#16380) 2023-10-02 09:07:53 -04:00

README.rst

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>`_.