apiaryio / api-blueprint

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

What's the syntax of binary data, or does it support uploading file in form-data? #472

Closed toknT closed 2 years ago

toknT commented 2 years ago

As the title, current I am using this to write the doc of some api where uploading file

+ Request (multipart/form-data; boundary=---BOUNDARY)

    + Attributes
        + des : foo (string, required)
        + file: the binary of file (string, required)

but in schema it show file should by type string.

toknT commented 2 years ago

This project seem to be not updated in 2 years, so I change my plan to swagger. (I have used blueptint in 2019 thanks )