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