Forum Discussion
No RepliesBe the first to reply
Related Content
- 11 months ago
- 2 years ago
- 11 years ago
- 3 years ago
Recent Discussions
- 4 days ago
- 13 days ago
According to the documentation: https://swagger.io/docs/specification/describing-request-body/multipart-requests/, I should be able to set the properties of a schema using my java annotations. I'm using java 11, jersey 3.0.3, and swagger-jaxrs2 jars from 2.2.9.
I am wanting to display a Form in the swagger UI that allowed me to populate several members and upload a part file.