Skip to content

Commit 37efb57

Browse files
committed
#747 | /api/subjectMigration/bulk update api doc
1 parent 4cab990 commit 37efb57

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

avni-server-api/src/main/resources/api/external-api.yaml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)