We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b5467d commit ee2a45bCopy full SHA for ee2a45b
specs/search/paths/objects/multipleBatch.yml
@@ -29,6 +29,12 @@ post:
29
indexName:
30
type: string
31
description: Index to target for this operation.
32
+ required:
33
+ - action
34
+ - body
35
+ - indexName
36
37
+ - requests
38
responses:
39
'200':
40
description: OK
@@ -42,8 +48,13 @@ post:
42
48
taskID:
43
49
type: object
44
50
description: List of tasksIDs per index.
51
+ additionalProperties:
52
+ $ref: '../../../common/responses/common.yml#/taskID'
45
53
objectIDs:
46
54
$ref: '../../../common/responses/common.yml#/objectIDs'
55
56
+ - taskID
57
+ - objectIDs
47
58
'400':
59
$ref: '../../../common/responses/BadRequest.yml'
60
'402':
0 commit comments