diff --git a/docs/en/docs/tutorial/path-params.md b/docs/en/docs/tutorial/path-params.md index b99355bbb..289d1470c 100644 --- a/docs/en/docs/tutorial/path-params.md +++ b/docs/en/docs/tutorial/path-params.md @@ -160,7 +160,7 @@ Because the available values for the *path parameter* are predefined, the intera -### 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.