]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commit
✨ Add OpenAPI `external_docs` parameter to `FastAPI` (#13713)
authorCarlos Mario Toro <41237977+cmtoro@users.noreply.github.com>
Sat, 20 Sep 2025 17:11:46 +0000 (12:11 -0500)
committerGitHub <noreply@github.com>
Sat, 20 Sep 2025 17:11:46 +0000 (19:11 +0200)
commitbc5013cd56c1be81aca9b60f43c189c1d05b499a
tree14a3e499ac606d574c9bd66ab8e1b9b66a4a845d
parent14168b43eb9342adcaa77f156a4e0600bcabb4f5
✨ Add OpenAPI `external_docs` parameter to `FastAPI` (#13713)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Motov Yurii <109919500+YuriiMotov@users.noreply.github.com>
fastapi/applications.py
fastapi/openapi/utils.py
tests/main.py
tests/test_application.py