Skip to content

Support path-level parameters in code generation#282

Open
zupo wants to merge 4 commits intowolfadex:mainfrom
zupo:fix/path-level-params
Open

Support path-level parameters in code generation#282
zupo wants to merge 4 commits intowolfadex:mainfrom
zupo:fix/path-level-params

Conversation

@zupo
Copy link
Contributor

@zupo zupo commented Mar 6, 2026

Merge path item parameters with operation parameters per the OpenAPI spec. Previously, parameters defined at the path level (shared across all operations) were silently ignored, causing path params to appear as literal strings in generated URLs.

@zupo zupo force-pushed the fix/path-level-params branch from 5d7c6bc to 3d634c3 Compare March 6, 2026 23:28
@zupo zupo force-pushed the fix/path-level-params branch 2 times, most recently from cd0b83b to 6f04ac5 Compare March 8, 2026 11:06
Merge path item parameters with operation parameters per the OpenAPI
spec. Previously, parameters defined at the path level (shared across
all operations) were silently ignored, causing path params like {orgId}
to appear as literal strings in generated URLs.
@zupo zupo force-pushed the fix/path-level-params branch from 6f04ac5 to 5196394 Compare March 8, 2026 11:08
@zupo zupo requested a review from miniBill March 8, 2026 11:10
@zupo
Copy link
Contributor Author

zupo commented Mar 8, 2026

Thanks for all the improvements, definitely above my elm pay grade.

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.

2 participants