We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
- null
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
Controller method parameter produce a valid OpenAPI YAML parameter definition. Passing tests within tests.patch.txt.
Various controller method parameters (see tests included within tests.patch.txt) produce invalid OpenAPI YAML parameter definitions.
Such null parameters cause various issues, like breaking Swagger UI.
The produced YAML section:
parameters: - null
@Parameter
@Part CompletedFileUpload
parameters
No response
4.1.6
The text was updated successfully, but these errors were encountered:
Fixed process extra body parameters.
bd6b70c
Fixed micronaut-projects#1237
ff3c8a5
01b3005
Fixed process extra body parameters. (#1238)
9e59d8a
Fixed #1237
Successfully merging a pull request may close this issue.
Expected Behavior
Controller method parameter produce a valid OpenAPI YAML parameter definition. Passing tests within tests.patch.txt.
Actual Behaviour
Various controller method parameters (see tests included within tests.patch.txt) produce invalid OpenAPI YAML parameter definitions.
Such null parameters cause various issues, like breaking Swagger UI.
The produced YAML section:
Steps To Reproduce
@Parameter
as@Part CompletedFileUpload
parameters
subsectionEnvironment Information
Example Application
No response
Version
4.1.6
The text was updated successfully, but these errors were encountered: