]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commit
:sparkles: Allow docstrings to be truncated before being used for OpenAPI (#556)
authorsvalouch <54674660+svalouch@users.noreply.github.com>
Fri, 4 Oct 2019 20:02:40 +0000 (22:02 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Fri, 4 Oct 2019 20:02:40 +0000 (15:02 -0500)
commitc7dc26b7609f63d6f056b75f1050ab69a9356ef5
tree9802b86b01000724f8a2187cfce332c896b333d5
parentf5ccb3c35d4ee87f61b0c03c8e4b0c24edffac60
:sparkles: Allow docstrings to be truncated before being used for OpenAPI (#556)
docs/src/path_operation_advanced_configuration/tutorial003.py [new file with mode: 0644]
docs/tutorial/path-operation-advanced-configuration.md
fastapi/routing.py
tests/test_tutorial/test_path_operation_advanced_configurations/test_tutorial003.py [new file with mode: 0644]