How to document HTTP POST/PUT data-binary upload in flask restplus swagger?
I can simply use cURL command below to hit the service, but i not sure how to document it in swagger. Thanks
url -v -X PUT -H 'Accept: application/json' -H 'Accept: application/json' -H 'Authorization: {auth}' --data-binary "@data.zip" http://localhost:18090/api?n=data1