fuzz-lightyear icon indicating copy to clipboard operation
fuzz-lightyear copied to clipboard

support file uploads

Open domanchi opened this issue 5 years ago • 0 comments

Summary

In the petstore example, /pet/{petId}/uploadImage accepts a file in the formData.

/pet/{petId}/uploadImage:
  post:
    parameters:
    - name: "file"
      in: "formData"
      description: "file to upload"
      required: false
      type: "file"

We don't currently support this. Maybe we should?

domanchi avatar Aug 26 '19 23:08 domanchi