Skip to content

Commit ba1a018

Browse files
committed
chore: specs
1 parent 9c12845 commit ba1a018

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
@@ -28,6 +28,12 @@ method:
2828
required: false
2929
schema:
3030
type: boolean
31+
- in: query
32+
name: batchSize
33+
description: The size of the chunk of `objects`. The number of `batch` calls will be equal to `length(objects) / batchSize`. Defaults to 1000.
34+
required: false
35+
schema:
36+
type: integer
3137
- in: query
3238
name: requestOptions
3339
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
@@ -34,6 +34,12 @@ method:
3434
required: false
3535
schema:
3636
type: boolean
37+
- in: query
38+
name: batchSize
39+
description: The size of the chunk of `objects`. The number of `batch` calls will be equal to `length(objects) / batchSize`. Defaults to 1000.
40+
required: false
41+
schema:
42+
type: integer
3743
- in: query
3844
name: requestOptions
3945
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
@@ -28,6 +28,12 @@ method:
2828
required: false
2929
schema:
3030
type: boolean
31+
- in: query
32+
name: batchSize
33+
description: The size of the chunk of `objects`. The number of `batch` calls will be equal to `length(objects) / batchSize`. Defaults to 1000.
34+
required: false
35+
schema:
36+
type: integer
3137
- in: query
3238
name: requestOptions
3339
description: The request options to pass to the `batch` method.

0 commit comments

Comments
 (0)