-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple response examples not supported #371
Comments
Isn't multiple response examples only supported by OpenAPI 3.0? For which ReDoc support is still in development? EDIT: sorry, didn't notice they were for different MIME types. Yeah, this is supposed to work... |
@mpasaric I believe @GCGarrettG is talking about examples for This is an issue and I can reproduce it. Will try to fix asap and publish new patch release |
@GCGarrettG I've fixed the issue and will release new version soon. ReDoc 2.0 will support all the mime samples correctly so I am not going to fix it properly for ReDoc 1.x Thanks for the bug report! |
@RomanGotsiy My pleasure. Thanks for the expedient fix, I look forward to the next release! |
@RomanGotsiy, you can also take my fork, on my we want to returns csv text format, not only text/plain. |
hi |
I can see that Redoc still ignore @RomanHotsiy - Do you have an update on
|
The examples key can only be used to specify a single example response. If more than one example is provided only the first is displayed.
The text was updated successfully, but these errors were encountered: