🎨 Auto format

This commit is contained in:
pre-commit-ci-lite[bot] 2025-12-02 18:26:07 +00:00 committed by GitHub
parent 83aaf8d5af
commit 866f28361b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ You could also use `Enum`s the same way as with [Path Parameters](path-params.md
///
## Free Form Query Parameters
## Free Form Query Parameters { #free-form-query-parameters }
Sometimes you want to receive some query parameters, but you don't know in advance what they are called. **FastAPI** provides support for this use case as well.