POST /api/AdminMRI/UploadMRI

POST /api/AdminMRI/UploadMRI
multipart/form-data

Body

  • mri string(binary)

Responses

  • Success

    Hide response attributes Show response attributes object
    • mri string(binary) | null
    • Additional properties are NOT allowed
    Hide response attributes Show response attributes object
    • mri string(binary) | null
    • Additional properties are NOT allowed
    Hide response attributes Show response attributes object
    • mri string(binary) | null
    • Additional properties are NOT allowed
POST /api/AdminMRI/UploadMRI
curl \
 --request POST 'http://alzaware.runasp.net/api/AdminMRI/UploadMRI' \
 --header "Content-Type: multipart/form-data" \
 --form "mri=@file"
Response examples (200)
{
  "mri": "@file"
}
Response examples (200)
{
  "mri": "@file"
}