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: Description not set for UUID based path parameters in OpenAPI #3118

Conversation

Alc-Alc
Copy link
Contributor

@Alc-Alc Alc-Alc commented Feb 15, 2024

Description

  • Resolved the bug where the description was not set for UUID-based path parameters in OpenAPI due to the reason mentioned in the issue.

Closes

Closes #2967

@Alc-Alc Alc-Alc force-pushed the 2967-bug-description-not-set-for-uuid-based-path-parameters-in-openapi branch from 0c915bc to 60f0b43 Compare February 15, 2024 16:57
Copy link

sonarcloud bot commented Feb 15, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@Alc-Alc Alc-Alc marked this pull request as ready for review February 15, 2024 17:02
@Alc-Alc Alc-Alc requested review from a team as code owners February 15, 2024 17:02
Copy link

Documentation preview will be available shortly at https://litestar-org.github.io/litestar-docs-preview/3118

@cofin cofin merged commit 60f197d into main Feb 15, 2024
38 checks passed
@cofin cofin deleted the 2967-bug-description-not-set-for-uuid-based-path-parameters-in-openapi branch February 15, 2024 17:07
robswc pushed a commit to robswc/litestar that referenced this pull request Mar 17, 2024
…itestar-org#3118)

* fix: Description not set for UUID based path parameters in OpenAPI

* test: fix the newly added test that runs fine in isolation

* test: update old test

---------

Co-authored-by: Alc-Alc <alc@localhost>
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.

Bug: Description not set for UUID based path parameters in OpenAPI
2 participants