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/path-params.md
|
|
|
@ -166,7 +166,7 @@ Because the available values for the *path parameter* are predefined, the intera |
|
|
|
|
|
|
|
<img src="/img/tutorial/path-params/image03.png"> |
|
|
|
|
|
|
|
### Common Validation Errors with Enums { #enum-validation-errors } |
|
|
|
### Common Validation Errors with Enums { #common-validation-errors-with-enums } |
|
|
|
|
|
|
|
When using an `Enum` for a path parameter, FastAPI will validate the value automatically. |
|
|
|
|
|
|
|
|