From 0f940cb4e98f98014bef8ea1e612caca4cc4083b Mon Sep 17 00:00:00 2001 From: "pre-commit-ci-lite[bot]" <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Date: Tue, 9 Dec 2025 23:26:32 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Auto=20format?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/en/docs/tutorial/path-params.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.