Change note style

pull/977/head
Travis Ralston 6 years ago
parent 551806a8ad
commit c5fdd5cb0b

@ -35,7 +35,7 @@ paths:
after the specified event. This allows clients to get the context after the specified event. This allows clients to get the context
surrounding an event. surrounding an event.
*Note*: this endpoint supports lazy-loading. See `Filtering <#filtering>`_ *Note*: This endpoint supports lazy-loading. See `Filtering <#filtering>`_
for more information. for more information.
operationId: getEventContext operationId: getEventContext
security: security:

@ -34,7 +34,7 @@ paths:
This API returns a list of message and state events for a room. It uses This API returns a list of message and state events for a room. It uses
pagination query parameters to paginate history in the room. 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. for more information.
operationId: getRoomEvents operationId: getRoomEvents
security: security:

@ -35,7 +35,7 @@ paths:
of the state on the server, and then continue to call this API to get 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. 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 more information. Lazy-loading members is only supported on a ``StateFilter``
for this endpoint. for this endpoint.
operationId: sync operationId: sync

Loading…
Cancel
Save