Skip to content

fix(openapi): Convert path params after colon to camelCase #5601

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

Merged
merged 4 commits into from
May 30, 2025

Conversation

iamrajiv
Copy link
Contributor

@iamrajiv iamrajiv commented May 24, 2025

References to other Issues or PRs

Fixes: #3517

Core fix: Process the verb segment for parameter camelCase conversion instead of ignoring it completely.

Have you read the Contributing Guidelines?

Brief description of what is fixed or changed

Other comments

@iamrajiv iamrajiv requested a review from johanbrandhorst May 26, 2025 19:16
Copy link
Collaborator

@johanbrandhorst johanbrandhorst left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Alright, this seems to work as expected, thank you!

@johanbrandhorst johanbrandhorst merged commit 58bd526 into grpc-ecosystem:main May 30, 2025
14 checks passed
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.

Wrong Path Parameter Naming When Using ':' in Path
2 participants