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
When producing the swagger json, it creates a produces section, but not consumes, which then causes a UI viewer to default (I'm assuming) to application/json for "content type" and "request body schema". If I add the consumes section myself, it displays correctly.
I'm using v1.16.1, and have some apib like this:
When producing the swagger json, it creates a
produces
section, but notconsumes
, which then causes a UI viewer to default (I'm assuming) toapplication/json
for "content type" and "request body schema". If I add the consumes section myself, it displays correctly.Thank you!
The text was updated successfully, but these errors were encountered: