From 1c6300f62fc2c4123370e71d6f20bcc5ab10fd49 Mon Sep 17 00:00:00 2001 From: Carlos Mario Toro <41237977+cmtoro@users.noreply.github.com> Date: Thu, 17 Jul 2025 18:41:19 -0500 Subject: [PATCH] Update fastapi/applications.py Co-authored-by: Motov Yurii <109919500+YuriiMotov@users.noreply.github.com> --- fastapi/applications.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/fastapi/applications.py b/fastapi/applications.py index c3863830f..a91272ff0 100644 --- a/fastapi/applications.py +++ b/fastapi/applications.py @@ -834,14 +834,6 @@ class FastAPI(Starlette): app = FastAPI(openapi_external_docs=external_docs) ``` - - ### Explanation: - - `description`: Provides a short description explaining what this external documentation covers. - - `url`: Points to the full external documentation. - - **Notes**: - - This field is **optional**; if not included, no external documentation will be linked. - - You can use this feature to link to full API documentation, tutorials, or any other """ ), ] = None,