apiaryio / api-blueprint

API Blueprint
https://apiblueprint.org
MIT License
8.64k stars 2.14k forks source link

How can I send a csv file in Post request? #361

Closed prateekkrjain closed 5 years ago

prateekkrjain commented 7 years ago

I want to send a csv file in binary format in Post request.

zdne commented 7 years ago

API Blueprint doesn't support examples in binary format. You can, however, still specify the expected media type and metadata (HTTP headers). See #357

kylef commented 5 years ago

Closing as a duplicate feature request of #357.