Skip to content

Commit c7a83b2

Browse files
committed
fix: example is needed for curl
1 parent c7e68c5 commit c7a83b2

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

specs/common/schemas/Batch.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,20 @@ batchWriteParams:
2525
- body
2626
required:
2727
- requests
28+
example:
29+
batch:
30+
requests:
31+
- action: addObject
32+
body:
33+
name: Betty Jane McCamey
34+
company: Vita Foods Inc.
35+
36+
- action: addObject
37+
body:
38+
name: Gayla geimer
39+
company: Ortman McCain Co.
40+
41+
2842
action:
2943
type: string
3044
enum:

0 commit comments

Comments
 (0)