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
|
title: Next Batch in Group
|
||||||
description: |-
|
description: |-
|
||||||
Token that can be used to get the next
|
Token that can be used to get the next
|
||||||
batch of results if exists.
|
batch of results in the group, if exists.
|
||||||
order:
|
order:
|
||||||
type: integer
|
type: integer
|
||||||
title: Group Order
|
title: Group Order
|
||||||
|
|
@ -232,6 +232,12 @@ paths:
|
||||||
items:
|
items:
|
||||||
type: string
|
type: string
|
||||||
title: Result Event ID
|
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:
|
examples:
|
||||||
application/json: |-
|
application/json: |-
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue