Preview deployments are not showing full details from OpenAPI schemas. #2575
Closed
rhianvanesch-sc
started this conversation in
Bugs & Feedback
Replies: 1 comment
-
|
This resolved itself on the next preview deployment, so resolving. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In the preview deployments, our generated OpenAPI pages are not showing most of the API content.
For example, in
docs.jsonwe reference an OpenAPI schema like this to auto-generate pages:The generated pages in the preview deployment show several things from the OpenAPI specification, so it seems to be finding the file, but they only show the
summary,x-mint.contentanddescriptionfields - none of the technical details like query parameters, response and request bodies, examples, etc. These are completely missing. We want to use preview deployments to review schema changes, so this information is important for us to see.Example of the full contents of generated page:
Beta Was this translation helpful? Give feedback.
All reactions