Support for several HTTP success status codes for one operation (e.g. 200 and 204)
OpenAPI gives the possibility to define more than one schema for success responses (according to HTTP status code) for an operation. But the generated codes only support the first one.
Edited by Dawid Walczak