Browse Source

🎨 Auto format

pull/9837/head
pre-commit-ci-lite[bot] 7 months ago
committed by GitHub
parent
commit
866f28361b
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      docs/en/docs/tutorial/query-params.md

2
docs/en/docs/tutorial/query-params.md

@ -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. 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.

Loading…
Cancel
Save