From 19a6c37e1f1a21fcc8ba471b1c84da54270cf110 Mon Sep 17 00:00:00 2001 From: Carlos Mario Toro <41237977+cmtoro@users.noreply.github.com> Date: Thu, 17 Jul 2025 18:51:09 -0500 Subject: [PATCH] Update applications.py remove https://commonmark.org/ reference from openapi_external_docs documentation --- fastapi/applications.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/fastapi/applications.py b/fastapi/applications.py index a91272ff0..3860077cc 100644 --- a/fastapi/applications.py +++ b/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.