Browse Source

docs: rename Enum validation section title

pull/14480/head
Ibrahim Pelumi Lasisi 6 months ago
committed by GitHub
parent
commit
47c59a2dc5
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      docs/en/docs/tutorial/path-params.md

2
docs/en/docs/tutorial/path-params.md

@ -160,7 +160,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 { #common-validation-errors-with-enums }
### Request Validation with Enums { #request-validation-with-enums }
When using an `Enum` for a path parameter, FastAPI will validate the value automatically.

Loading…
Cancel
Save