Clarifications to pagination parameters for various APIs (#3353)
This commit is contained in:
parent
4b2bbbabcc
commit
6bd7b6cbb5
7 changed files with 67 additions and 32 deletions
|
@ -21,7 +21,11 @@ properties:
|
|||
type: boolean
|
||||
prev_batch:
|
||||
description: A token that can be supplied to the `from` parameter of the
|
||||
rooms/{roomId}/messages endpoint.
|
||||
[`/rooms/<room_id>/messages`](#get_matrixclientr0roomsroomidmessages)
|
||||
endpoint in order to retrieve earlier events.
|
||||
|
||||
If no earlier events are available, this property may be omitted from
|
||||
the response.
|
||||
type: string
|
||||
type: object
|
||||
title: TimelineBatch
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue