openapi-generators/openapi-python-client

Does not support "default" response status. Gives a warning/omits response

rtaycher opened this issue · 1 comments

Describe the bug

OpenAPI Spec
https://swagger.io/docs/specification/describing-responses/

Default Response

Sometimes, an operation can return multiple errors with different HTTP status codes, but all of them have the same response structure

Desktop (please complete the following information):

  • OS: linux
  • Python Version: 3.11
  • openapi-python-client version 0.19.1

Additional context
gives a warning of invalid response code/omits response

dbanty commented

I believe this is the same as #832, please upvote that one ☺️