From 47c59a2dc5dc953be4b2738d79042862baa5856f Mon Sep 17 00:00:00 2001 From: Ibrahim Pelumi Lasisi <113442282+ibrahimpelumi6142@users.noreply.github.com> Date: Tue, 27 Jan 2026 17:42:13 +0000 Subject: [PATCH] docs: rename Enum validation section title --- 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 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.