Skip to content
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

Support $ref in requestBody #4917

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

eatdrinksleepcode
Copy link

Fixes #2122

This MR adds support for $ref in requestBody, as well as requestBodies in components.

Since the existing implementation does not attempt to do cross-updates between OpenApiRequestBody and a referenced OpenApiParameter, so this MR does not attempt to cross-update the other direction.

@eatdrinksleepcode eatdrinksleepcode force-pushed the actual-request-body branch 2 times, most recently from 64474b1 to 1018295 Compare June 17, 2024 02:16
@eatdrinksleepcode eatdrinksleepcode deleted the actual-request-body branch June 17, 2024 03:27
@eatdrinksleepcode eatdrinksleepcode restored the actual-request-body branch June 17, 2024 03:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Reusable (Request/Response) Object
1 participant