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

fix: correct openapi path parameter format #6

Merged
merged 1 commit into from
Nov 27, 2023

Conversation

zevisert
Copy link
Contributor

OpenAPI does not use ${...} for path parameters, it should be {...}. Spec here: https://spec.openapis.org/oas/v3.1.0#path-templating. The operation IDs must have been generated from the path parameters since they also included these dollar signs; #3 will clean the operation IDs up separately.

Fixes #2

@zevisert
Copy link
Contributor Author

See #7 for failing CI

@zevisert zevisert merged commit 30523aa into main Nov 27, 2023
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.

OpenAPI path parameter format
1 participant