mirror of
https://github.com/element-hq/synapse.git
synced 2026-08-28 00:44:35 +00:00
when we're talking about backfilling data in federation, call it backfilling - not pagination.
This commit is contained in:
@@ -155,9 +155,9 @@ To fetch all the state of a given context:
|
||||
PDUs that encode the state.
|
||||
|
||||
|
||||
To paginate events on a given context:
|
||||
To backfill events on a given context:
|
||||
|
||||
GET .../paginate/:context/
|
||||
GET .../backfill/:context/
|
||||
Query args: v, limit
|
||||
|
||||
Response: JSON encoding of a single Transaction containing multiple PDUs
|
||||
|
||||
Reference in New Issue
Block a user