Skip to content

Commit 8f39af9

Browse files
authored
fix(specs): fix batchWriteParams example (#4417)
1 parent ac4ee54 commit 8f39af9

File tree

1 file changed

+11
-14
lines changed

1 file changed

+11
-14
lines changed

specs/common/schemas/Batch.yml

+11-14
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,17 @@ batchWriteParams:
2626
required:
2727
- requests
2828
example:
29-
batch:
30-
summary: Batch indexing request
31-
value:
32-
requests:
33-
- action: addObject
34-
body:
35-
name: Betty Jane McCamey
36-
company: Vita Foods Inc.
37-
38-
- action: addObject
39-
body:
40-
name: Gayla geimer
41-
company: Ortman McCain Co.
42-
29+
requests:
30+
- action: addObject
31+
body:
32+
name: Betty Jane McCamey
33+
company: Vita Foods Inc.
34+
35+
- action: addObject
36+
body:
37+
name: Gayla geimer
38+
company: Ortman McCain Co.
39+
4340

4441
action:
4542
type: string

0 commit comments

Comments
 (0)