Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 11 additions & 14 deletions specs/common/schemas/Batch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,17 @@ batchWriteParams:
required:
- requests
example:
batch:
summary: Batch indexing request
value:
requests:
- action: addObject
body:
name: Betty Jane McCamey
company: Vita Foods Inc.
email: [email protected]
- action: addObject
body:
name: Gayla geimer
company: Ortman McCain Co.
email: [email protected]
requests:
- action: addObject
body:
name: Betty Jane McCamey
company: Vita Foods Inc.
email: [email protected]
- action: addObject
body:
name: Gayla geimer
company: Ortman McCain Co.
email: [email protected]

action:
type: string
Expand Down