]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commit
✨ Enable configuring Swagger UI parameters (#2568)
authorJohn Riebold <jmriebold@gmail.com>
Sun, 16 Jan 2022 19:26:24 +0000 (11:26 -0800)
committerGitHub <noreply@github.com>
Sun, 16 Jan 2022 19:26:24 +0000 (20:26 +0100)
commita85aa125d24acb225b7b722bb4f3e331a21ec267
tree6d89ad37fb7cbaf080d32aa7caa97936cef9b8d1
parent9af8cc69d509cd8538bba3d481687d9f85cb52b4
✨ Enable configuring Swagger UI parameters (#2568)

Co-authored-by: Artem Ivanov <artem@worklife.io>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
12 files changed:
docs/en/docs/advanced/extending-openapi.md
docs/en/docs/img/tutorial/extending-openapi/image02.png [new file with mode: 0644]
docs/en/docs/img/tutorial/extending-openapi/image03.png [new file with mode: 0644]
docs/en/docs/img/tutorial/extending-openapi/image04.png [new file with mode: 0644]
docs_src/extending_openapi/tutorial003.py [new file with mode: 0644]
docs_src/extending_openapi/tutorial004.py [new file with mode: 0644]
docs_src/extending_openapi/tutorial005.py [new file with mode: 0644]
fastapi/applications.py
fastapi/openapi/docs.py
tests/test_tutorial/test_extending_openapi/test_tutorial003.py [new file with mode: 0644]
tests/test_tutorial/test_extending_openapi/test_tutorial004.py [new file with mode: 0644]
tests/test_tutorial/test_extending_openapi/test_tutorial005.py [new file with mode: 0644]