Skip to content

Commit 9d06a39

Browse files
committed
feat: specs
1 parent cb9c7cf commit 9d06a39

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

specs/search/helpers/deleteObjects.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ method:
2222
type: array
2323
items:
2424
type: string
25+
- in: query
26+
name: waitForTasks
27+
description: Whether or not we should wait until every `batch` tasks has been processed, this operation may slow the total execution time of this method but is more reliable.
28+
required: false
29+
schema:
30+
type: boolean
2531
- in: query
2632
name: requestOptions
2733
description: The request options to pass to the `batch` method.

specs/search/helpers/partialUpdateObjects.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ method:
2828
required: false
2929
schema:
3030
type: boolean
31+
- in: query
32+
name: waitForTasks
33+
description: Whether or not we should wait until every `batch` tasks has been processed, this operation may slow the total execution time of this method but is more reliable.
34+
required: false
35+
schema:
36+
type: boolean
3137
- in: query
3238
name: requestOptions
3339
description: The request options to pass to the `batch` method.

specs/search/helpers/saveObjects.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ method:
2222
type: array
2323
items:
2424
type: object
25+
- in: query
26+
name: waitForTasks
27+
description: Whether or not we should wait until every `batch` tasks has been processed, this operation may slow the total execution time of this method but is more reliable.
28+
required: false
29+
schema:
30+
type: boolean
2531
- in: query
2632
name: requestOptions
2733
description: The request options to pass to the `batch` method.

0 commit comments

Comments
 (0)