📝 Replace HTTP code returned in case of existing user error in docs for testing#4482
Merged
tiangolo merged 4 commits intofastapi:masterfrom Jan 9, 2024
Merged
Conversation
Change the HTTP code from 400 to 409 ton indicate a Conflict
6e8dd24 to
b48b47d
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #4482 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 540 540
Lines 13969 13951 -18
=========================================
- Hits 13969 13951 -18 ☔ View full report in Codecov by Sentry. |
Contributor
|
📝 Docs preview for commit 717d7a5 at: https://631e1329ce733f48c566dcfd--fastapi.netlify.app |
Contributor
|
📝 Docs preview for commit 5c93713 at: https://639cd46dc3d3b819c31d1cda--fastapi.netlify.app |
Kludex
approved these changes
Jul 20, 2023
Member
|
Nice, thank you @TristanMarion! 🍰 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Change the HTTP code from 400 to 409 to indicate a Conflict