fastapi/docs_src/app_testing
Luke Okomilo f3c1a2d592
docs: fix inconsistent response code when item already exists
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.
2024-07-10 01:00:33 +01:00
..
app_b 📝 Update examples for tests to replace "inexistent" for "nonexistent" (#11220) 2024-03-13 20:07:10 +01:00
app_b_an docs: fix inconsistent response code when item already exists 2024-07-10 01:00:33 +01:00
app_b_an_py39 docs: fix inconsistent response code when item already exists 2024-07-10 01:00:33 +01:00
app_b_an_py310 docs: fix inconsistent response code when item already exists 2024-07-10 01:00:33 +01:00
app_b_py310 📝 Update examples for tests to replace "inexistent" for "nonexistent" (#11220) 2024-03-13 20:07:10 +01:00
__init__.py Add support for docs translations (#1168) 2020-03-26 20:09:53 +01:00
main.py Add support for docs translations (#1168) 2020-03-26 20:09:53 +01:00
test_main.py Add support for docs translations (#1168) 2020-03-26 20:09:53 +01:00
tutorial001.py Add support for docs translations (#1168) 2020-03-26 20:09:53 +01:00
tutorial002.py ⬆️ Bump Starlette from 0.22.0 to 0.23.0 (#5739) 2023-02-08 11:23:07 +01:00
tutorial003.py Add support for docs translations (#1168) 2020-03-26 20:09:53 +01:00