Forum Discussion

gpreston's avatar
gpreston
Regular Visitor
6 years ago

How to swagger annotate multipart form data with resteasy?

I'm attempting to annotate an endpoint in resteasy that is a multipart form upload.  One part is expected to be the stream of a file, and the other part is json metadata about the file.  Because we'r...