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

Path parameters aren't propagated to operation level #12365

Open
ralfeus opened this issue Mar 26, 2024 · 0 comments
Open

Path parameters aren't propagated to operation level #12365

ralfeus opened this issue Mar 26, 2024 · 0 comments

Comments

@ralfeus
Copy link

ralfeus commented Mar 26, 2024

According to this line path level parameters are propagated to operation. However, the part && operation.getParameters() != null excludes this scenario, because operation relying on path level parameters (like GET /resource/{id}) will always have parameters == null. I'd recommend removing this condition because it doesn't contribute to propagating parameters from path to operation level

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

No branches or pull requests

1 participant