Add next_batch token

pull/169/head
Erik Johnston 9 years ago
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…
Cancel
Save