Browse Source

Update applications.py

remove https://commonmark.org/ reference from openapi_external_docs documentation
pull/13713/head
Carlos Mario Toro 2 weeks ago
committed by GitHub
parent
commit
19a6c37e1f
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 3
      fastapi/applications.py

3
fastapi/applications.py

@ -817,8 +817,7 @@ class FastAPI(Starlette):
This field allows you to provide additional external documentation links.
If provided, it must be a dictionary containing:
* `description`: A brief description of the external documentation, which may use
[CommonMark syntax](https://commonmark.org/) for rich text formatting.
* `description`: A brief description of the external documentation.
* `url`: The URL pointing to the external documentation. The value **MUST**
be a valid URL format.

Loading…
Cancel
Save