You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using anyOf or oneOf in a path parameter, the generated code should correctly represent the defined schema, allowing requests with valid values to be processed successfully.
Actual Behaviour
When making a request to an endpoint that uses anyOf or oneOf in a path parameter, the request fails with a 404 Bad Request.
Steps To Reproduce
Download the sample project.
Compile the application.
Start the application and make a request to the /search endpoint:
Expected Behavior
When using anyOf or oneOf in a path parameter, the generated code should correctly represent the defined schema, allowing requests with valid values to be processed successfully.
Actual Behaviour
When making a request to an endpoint that uses
anyOf
oroneOf
in a path parameter, the request fails with a 404 Bad Request.Steps To Reproduce
/search
endpoint:Environment Information
Example Application
https://github.com/BeatrizRodrigues/micronaut-openapi-example
Version
4.7.14
The text was updated successfully, but these errors were encountered: