mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
Add next_batch token
This commit is contained in:
parent
8991c4fa78
commit
ffed14a0cd
|
|
@ -218,7 +218,7 @@ paths:
|
|||
title: Next Batch in Group
|
||||
description: |-
|
||||
Token that can be used to get the next
|
||||
batch of results if exists.
|
||||
batch of results in the group, if exists.
|
||||
order:
|
||||
type: integer
|
||||
title: Group Order
|
||||
|
|
@ -232,6 +232,12 @@ paths:
|
|||
items:
|
||||
type: string
|
||||
title: Result Event ID
|
||||
next_batch:
|
||||
type: string
|
||||
title: Next Batch
|
||||
description: |-
|
||||
Token that can be used to get the next batch of
|
||||
results, if exists.
|
||||
examples:
|
||||
application/json: |-
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue