mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-01-06 07:53:42 +01:00
Change note style
This commit is contained in:
parent
551806a8ad
commit
c5fdd5cb0b
|
|
@ -35,7 +35,7 @@ paths:
|
|||
after the specified event. This allows clients to get the context
|
||||
surrounding an event.
|
||||
|
||||
*Note*: this endpoint supports lazy-loading. See `Filtering <#filtering>`_
|
||||
*Note*: This endpoint supports lazy-loading. See `Filtering <#filtering>`_
|
||||
for more information.
|
||||
operationId: getEventContext
|
||||
security:
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ paths:
|
|||
This API returns a list of message and state events for a room. It uses
|
||||
pagination query parameters to paginate history in the room.
|
||||
|
||||
*Note*: this endpoint supports lazy-loading. See `Filtering <#filtering>`_
|
||||
*Note*: This endpoint supports lazy-loading. See `Filtering <#filtering>`_
|
||||
for more information.
|
||||
operationId: getRoomEvents
|
||||
security:
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ paths:
|
|||
of the state on the server, and then continue to call this API to get
|
||||
incremental deltas to the state, and to receive new messages.
|
||||
|
||||
*Note*: this endpoint supports lazy-loading. See `Filtering <#filtering>`_
|
||||
*Note*: This endpoint supports lazy-loading. See `Filtering <#filtering>`_
|
||||
for more information. Lazy-loading members is only supported on a ``StateFilter``
|
||||
for this endpoint.
|
||||
operationId: sync
|
||||
|
|
|
|||
Loading…
Reference in a new issue