mirror of
https://github.com/rjNemo/fastapi
synced 2026-06-12 13:36:41 +00:00
✏️ Fix uppercase in Tutorial - Query Parameters (#2245)
This commit is contained in:
parent
9474706ec2
commit
3702cef08d
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ When you declare other function parameters that are not part of the path paramet
|
||||||
|
|
||||||
The query is the set of key-value pairs that go after the `?` in a URL, separated by `&` characters.
|
The query is the set of key-value pairs that go after the `?` in a URL, separated by `&` characters.
|
||||||
|
|
||||||
For example, in the url:
|
For example, in the URL:
|
||||||
|
|
||||||
```
|
```
|
||||||
http://127.0.0.1:8000/items/?skip=0&limit=10
|
http://127.0.0.1:8000/items/?skip=0&limit=10
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue