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 parameter inline for tuple path params #1014

Merged
merged 1 commit into from
Sep 1, 2024
Merged

Conversation

juhaku
Copy link
Owner

@juhaku juhaku commented Sep 1, 2024

This commit fixes bug where already defined parameter schema were overridden by external parameter schema in all cases. This caused an issue where sometimes inline information was lost which caused parameter render as reference schema instead.

Fixes #995

This commit fixes bug where already defined parameter schema were
overridden by external parameter schema in all cases. This caused an
issue where sometimes inline information was lost which caused parameter
render as reference schema instead.

Fixes #995
@juhaku juhaku merged commit 8948d34 into master Sep 1, 2024
18 checks passed
@juhaku juhaku deleted the fix-tuple-params-inline branch September 1, 2024 14:12
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[axum] Inline not working for Path parameter as Tuple
1 participant