mirror of https://github.com/tiangolo/fastapi.git
In https://github.com/tiangolo/fastapi/pull/4482, the response status code was changed to return 409 when the item already exists in non-Annotated examples, but left as 400 in the others. Seems like an oversight, unless this was done intentionally for a reason I'm not aware of. |
||
|---|---|---|
| .. | ||
| app_b | ||
| app_b_an | ||
| app_b_an_py39 | ||
| app_b_an_py310 | ||
| app_b_py310 | ||
| __init__.py | ||
| main.py | ||
| test_main.py | ||
| tutorial001.py | ||
| tutorial002.py | ||
| tutorial003.py | ||