Skip to content

Commit a17a305

Browse files
authored
Clarify the presence of nextBatchId (#417)
1 parent 5f1326d commit a17a305

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

site/content/3.11/develop/http-api/queries/aql-queries.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,9 @@ Content-type: application/json
178178
}
179179
```
180180

181-
If the `allowRetry` query option is set to `true`, then the response object
182-
contains a `nextBatchId` attribute, except for the last batch (if `hasMore` is
183-
`false`). If retrieving a result batch fails because of a connection issue, you
181+
The response object contains a `nextBatchId` attribute, except for the last batch
182+
(when `hasMore` is `false`). If the `allowRetry` query option is set to `true`
183+
and if retrieving a result batch fails because of a connection issue, you
184184
can ask for that batch again using the `POST /_api/cursor/<cursor-id>/<batch-id>`
185185
endpoint. The first batch has an ID of `1` and the value is incremented by 1
186186
with every batch. Every result response except the last one also includes a

site/content/3.12/develop/http-api/queries/aql-queries.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,9 @@ Content-type: application/json
178178
}
179179
```
180180

181-
If the `allowRetry` query option is set to `true`, then the response object
182-
contains a `nextBatchId` attribute, except for the last batch (if `hasMore` is
183-
`false`). If retrieving a result batch fails because of a connection issue, you
181+
The response object contains a `nextBatchId` attribute, except for the last batch
182+
(when `hasMore` is `false`). If the `allowRetry` query option is set to `true`
183+
and if retrieving a result batch fails because of a connection issue, you
184184
can ask for that batch again using the `POST /_api/cursor/<cursor-id>/<batch-id>`
185185
endpoint. The first batch has an ID of `1` and the value is incremented by 1
186186
with every batch. Every result response except the last one also includes a

0 commit comments

Comments
 (0)