-
Notifications
You must be signed in to change notification settings - Fork 4
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
feat: openapi desired features #474
Conversation
✅ Deploy Preview for elated-hoover-5c29bf ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
No description provided. |
Performance ResultsPage /docs/api-reference/vtex-shipping-network-api#post-/-app_name-/v-app_version-/-account-/-workspace-/trackingComplete results here Page /docs/guides/vtex-io-documentation-migrating-storefront-from-legacy-to-ioComplete results here Page /updates/release-notes/sales-channel-parameter-in-the-productsbyidentifier-queryComplete results here Overall Performance |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome, @aliceoq! Thank you so much 🚀✨
I've noticed that in the scenario below, where there is anyOf + allOf in the request body, the preview only shows allOf params. Is it possible to fix this?
What is the purpose of this pull request?
To update the rapidoc module to the commit containing the openapi desired features mentioned in this PR
What problem is this solving?
All the problems solved are detailed in this notion page
How should this be manually tested?
Open the preview and check for documentation pages that could be affected by the changes.
It may be necessary to test locally, since the current openapi schemas may not have the necessary changes to test the new features, this fork and branch contains changes to the documentations that make possible to test the new features.
Screenshots or example usage
Screenshots in the notion page.
Types of changes