File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1168,7 +1168,7 @@ paths:
11681168 description : List Response
11691169 /batches :
11701170 get :
1171- tags : ['batches ']
1171+ tags : ['Batches ']
11721172 summary : List batch jobs
11731173 description : List all batch jobs for the authenticated user
11741174 security :
@@ -1195,7 +1195,7 @@ paths:
11951195 schema :
11961196 $ref : ' #/components/schemas/BatchErrorResponse'
11971197 post :
1198- tags : ['batches ']
1198+ tags : ['Batches ']
11991199 summary : Create a batch job
12001200 description : Create a new batch job with the given input file and endpoint
12011201 security :
@@ -1240,7 +1240,7 @@ paths:
12401240
12411241 /batches/{id} :
12421242 get :
1243- tags : ['batches ']
1243+ tags : ['Batches ']
12441244 summary : Get a batch job
12451245 description : Get details of a batch job by ID
12461246 security :
@@ -4022,4 +4022,4 @@ components:
40224022 - EXPIRED
40234023 - CANCELLED
40244024 example : " IN_PROGRESS"
4025- description : " Current status of the batch job"
4025+ description : " Current status of the batch job"
You can’t perform that action at this time.
0 commit comments