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
The request body disappears when the model is live updated #43
Comments
Can confirm this is reproducible, with this and with my own OAS 3 spec. |
Is this related to swagger-parser issue 765? If so, a new build might resolve this one. |
Any update on this issue? Thanks |
I too am experiencing this. Switching to OpenApi designer in the meantime, as it doesn't experience this bug and seems to do what I need as well. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The request body disappears when the model is live updated.
How to reproduce
Use the following model and preview it in swagger-viewer. Expand the /test method, it contains a form for the requestBody.
Update the model (add a letter in the summary for example). The form has disappeared.
The text was updated successfully, but these errors were encountered: