dmorillas

Results 2 comments of dmorillas

Hi! It is transmitted via a "multipart/form-data" I have never done it before, that is why I don't know who to do it either :) I found this page in...

I have found this way to do it: ``` body { description = "..." required = true "multipart/form-data" content { schema = MapSchema() .addProperty("file", FileSchema().description("The file to upload")) .addProperty("payload", JsonSchema().description("The...