POST /migration/upload

POST /migration/upload
multipart/form-data

Body

  • file string(binary) Required

Responses

  • OK

    Hide response attributes Show response attributes object
    • res string | null
    • error string | null
POST /migration/upload
curl \
 --request POST 'http://api.example.com/migration/upload' \
 --header "Content-Type: multipart/form-data" \
 --form "file=@file"