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
Now importing endpoints with empty OperationId and with global Consumes tag
- Some Swagger documents did not have the OperationId for endpoints. Now for those cases the OpenAPI generator automatically creates a method name based on path and HTTP method.
- Some Swagger documents did not have the Consumes tag specified for each endpoint, but just a single one global. The generator was not taking the global Consumes tag into account, ignoring those endpoints without the tag.
0 commit comments