-
Notifications
You must be signed in to change notification settings - Fork 9k
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
Referenced responses are not rendered #1078
Comments
This is probably fixed by the new swagger-js issue. I'll confirm it today |
let's add a test around this and close it after verification |
Fixed in develop_2.0 branch at 3de0b36 |
@mohsen1: Sorry, but I don't see the issue fixed. Neither description nor model is rendered for referenced responses. I opened this issue because I had the same output (I should have attached a screenshot). |
hmmm... I see all the responses but apparently their contents are empty. It's an issue in swagger-js. Follow the issue here: |
confirmed fixed from swagger-api/swagger-js@893eb99 |
Thanks for fixing the issue quickly! +1 |
I define some common responses and want to reference them in path endpoint(s):
The editor renders referenced responses while Swagger-UI doesn't.
The text was updated successfully, but these errors were encountered: