🎨 Auto format

This commit is contained in:
pre-commit-ci-lite[bot] 2025-12-09 23:26:32 +00:00 committed by GitHub
parent c487e7eee5
commit 0f940cb4e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ Because the available values for the *path parameter* are predefined, the intera
<img src="/img/tutorial/path-params/image03.png"> <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. When using an `Enum` for a path parameter, FastAPI will validate the value automatically.