Skip to content

POST \upload

Tianci Zhong edited this page Dec 21, 2016 · 1 revision

###Description Upload student avatar to the S3 bucket on AWS ###Route POST /upload ###Response Code 200, on Success ###Response on Success

{
      "error_code": 0,
       "err_desc": null
}

###Response on Others

{
      "error_code": 1,
       "err_desc": " … "
}
Clone this wiki locally