How would I denote a REST API using API Blueprint that is similar to the Google Drive API
I'm expecting uploads of all different kinds of files so I see drive handles "multipart" uploads. I'd likely need to do something similar to that too.
How would this look in API Blueprint markdown?
I noticed that there isn't like a "file" primative, but there are headers? I'm pretty new to API Blueprint.