Forum Discussion

ssimm's avatar
ssimm
Visitor
4 years ago
Solved

OAS 3.0, file download, content type when content is not known in advance

Hello, I am building a web service for uploading/downloading files. There is no restriction on the type of files.   In the OAS 3.0 specifications, under "describing responses" it has an example of...
  • HKosova's avatar
    4 years ago

    You can use application/octet-stream, which means "arbitrary binary data".