File tree Expand file tree Collapse file tree 3 files changed +18
-0
lines changed Expand file tree Collapse file tree 3 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,12 @@ method:
28
28
required : false
29
29
schema :
30
30
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
31
37
- in : query
32
38
name : requestOptions
33
39
description : The request options to pass to the `batch` method.
Original file line number Diff line number Diff line change @@ -34,6 +34,12 @@ method:
34
34
required : false
35
35
schema :
36
36
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
37
43
- in : query
38
44
name : requestOptions
39
45
description : The request options to pass to the `batch` method.
Original file line number Diff line number Diff line change @@ -28,6 +28,12 @@ method:
28
28
required : false
29
29
schema :
30
30
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
31
37
- in : query
32
38
name : requestOptions
33
39
description : The request options to pass to the `batch` method.
You can’t perform that action at this time.
0 commit comments