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
1c6300f62f
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 8
      fastapi/applications.py

8
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,

Loading…
Cancel
Save