File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed
avni-server-api/src/main/resources/api Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -1253,8 +1253,14 @@ paths:
12531253 }
12541254 required : true
12551255 responses :
1256- " 200 " :
1257- description : successful
1256+ " 202 " :
1257+ description : accepted
1258+ content :
1259+ application/json :
1260+ schema :
1261+ $ref : ' #/components/schemas/JobStatusBody'
1262+ " 400 " :
1263+ description : bad request
12581264 /api/subjectMigration/bulk/status/{jobId} :
12591265 get :
12601266 tags :
@@ -1959,6 +1965,9 @@ components:
19591965 endTime :
19601966 type : string
19611967 description : " job end time"
1968+ fileName :
1969+ type : string
1970+ description : " Filename containing result of the migration process available on S3"
19621971 VoidSubjectCriteriaBody :
19631972 type : object
19641973 properties :
You can’t perform that action at this time.
0 commit comments