We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
application/merge-patch+json
Hi,
I do have body parameters into my Swagger UI and my openapi.json for patch operations, but the TS generator seems to skip them.
openapi.json
I'm wondering if it's due due to content type application/merge-patch+json not being handled. Any workaround on your side for this?
Here an extract of the openapi.json:
"requestBody": { "description": "The updated Intervention resource", "content": { "application/merge-patch+json": { "schema": { "$ref": "#/components/schemas/Intervention-intervention.patch" } } }, "required": true },
Thank you,
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I do have body parameters into my Swagger UI and my
openapi.json
for patch operations, but the TS generator seems to skip them.I'm wondering if it's due due to content type
application/merge-patch+json
not being handled. Any workaround on your side for this?Here an extract of the
openapi.json
:Thank you,
The text was updated successfully, but these errors were encountered: