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 10b1fa0 commit fb96ce4Copy full SHA for fb96ce4
swagger/paths/batch.yaml
@@ -31,6 +31,28 @@
31
# schema:
32
# $ref: schemas/output/batch-insert.json
33
34
+/batch/job:
35
+ post:
36
+ summary: Create a batch job proposal from preconstructed jobs and insert it as 'pending'.
37
+ operationId: create_batch_job_from_jobs
38
+ tags:
39
+ - batch
40
+ parameters:
41
+ - name: body
42
+ in: body
43
+ description: ''
44
+ schema:
45
+ type: array
46
+ # Schema file does not exist
47
+ # $ref: schemas/input/batch-insert.json
48
+ responses:
49
+ '200':
50
51
52
+ # schema:
53
+ # $ref: schemas/output/batch-insert.json
54
+
55
56
/batch/{BatchId}:
57
parameters:
58
- in: path
@@ -94,5 +116,5 @@
94
116
'200':
95
117
description: ''
96
118
examples:
97
- response:
119
+ response:
98
120
canceled_jobs: 4
0 commit comments