Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions openapi/v1/job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,20 @@ paths:
application/json:
schema:
$ref: "#/components/schemas/ImportAFileRequest"
multipart/form-data:
schema:
type: object
properties:
studyAccession:
type: string
dataClass:
type: string
metadata:
type: string
format: binary
data:
type: string
format: binary
required: false
responses:
"200":
Expand Down
14 changes: 14 additions & 0 deletions openapi/v1/odmApi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16188,6 +16188,20 @@ paths:
application/json:
schema:
$ref: "#/components/schemas/ImportAFileRequest"
multipart/form-data:
schema:
type: "object"
properties:
studyAccession:
type: "string"
dataClass:
type: "string"
metadata:
type: "string"
format: "binary"
data:
type: "string"
format: "binary"
required: false
responses:
"200":
Expand Down