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
This does like a bug to me. However this logic is brought in through the
Swagger library so we probably have to look into that. I’ll try to find
some time to take a look at it.
The Swagger/OpenAPI spec currently doesn't allow specifying such operations. The combination of verb+path uniquely identify an operation, query parameters do not affect it.
Hi, imagine there are two methods which differ by the consumes (produces) value:
In this case the resulting documentation contains either methodOne or methodTwo but not two methods at the same time.
The version of plugin I am using is 2.1.5.
Is this a known issue and does it have any solution?
Thanks a lot in advance!
The text was updated successfully, but these errors were encountered: