POST: /image/avatar
Testing with Postman (validated 11/20/2015):
1) Remove the Content-Type header; add authentication information
2) On the request, click Body and choose "form-data", then add a line
POST
/image/avatar
Request
None
Responses
🟢200Success
application/json
Body
🟠400if bad request (e.g., missing parameters)
🟠401if the user is unknown
🟠415if unsupported media type (e.g., bad JPG)
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://api2.bigoven.com/image/avatar'