Browse Source

Update fastapi/applications.py

Co-authored-by: Motov Yurii <109919500+YuriiMotov@users.noreply.github.com>
pull/13713/head
Carlos Mario Toro 2 weeks ago
committed by GitHub
parent
commit
e58fdd9ae5
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 5
      fastapi/applications.py

5
fastapi/applications.py

@ -814,9 +814,8 @@ class FastAPI(Starlette):
Optional[Dict[str, Any]], Optional[Dict[str, Any]],
Doc( Doc(
""" """
This field allows you to provide additional external documentation links This field allows you to provide additional external documentation links.
for an API operation or component. Its an optional field and can be added If provided, it must be a dictionary containing:
to an operation or a tag. If provided, it must be a dictionary containing:
* `description`: A brief description of the external documentation, which may use * `description`: A brief description of the external documentation, which may use
[CommonMark syntax](https://commonmark.org/) for rich text formatting. [CommonMark syntax](https://commonmark.org/) for rich text formatting.

Loading…
Cancel
Save