mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-14 15:34:10 +01:00
Make backfill wording clearer
This commit is contained in:
parent
05e83f2e7d
commit
9765116c47
|
|
@ -32,8 +32,8 @@ paths:
|
||||||
summary: Retrieves the events which precede the given event
|
summary: Retrieves the events which precede the given event
|
||||||
description: |-
|
description: |-
|
||||||
Retrieves a sliding-window history of previous PDUs that occurred in the given room.
|
Retrieves a sliding-window history of previous PDUs that occurred in the given room.
|
||||||
Starting from the PDU ID(s) given in the ``v`` argument, the PDUs that preceded it
|
Starting from the PDU ID(s) given in the ``v`` argument, the PDUs given in ``v`` and
|
||||||
are retrieved, up to the total number given by the ``limit``.
|
the PDUs that preceded it are retrieved, up to the total number given by the ``limit``.
|
||||||
operationId: backfillRoom
|
operationId: backfillRoom
|
||||||
security:
|
security:
|
||||||
- signedRequest: []
|
- signedRequest: []
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue