pre-commit-ci-lite[bot]
7 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
docs/en/docs/tutorial/body.md
|
|
|
@ -22,7 +22,7 @@ As it is discouraged, the interactive docs with Swagger UI won't show the docume |
|
|
|
|
|
|
|
/// note |
|
|
|
|
|
|
|
`BaseModel` is the main class from Pydantic used for creating data models. |
|
|
|
`BaseModel` is the main class from Pydantic used for creating data models. |
|
|
|
FastAPI needs this import to validate request bodies and generate documentation. |
|
|
|
|
|
|
|
/// |
|
|
|
|