You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have not figured out how to get the swagger-ui to display a Browse button when my @PostMapping annotation has a consumes attribute with a value other than application/octet-stream.
but this makes no difference. The moment I set consumes to a value other than application/octet-stream I swagger displays a box to input text instead of a browse button. Am I doing something wrong, or is this a bug?