Skip to content

Commit 936e307

Browse files
authored
mention bool field in readme
1 parent ff6e773 commit 936e307

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ $ curl 'http://0.0.0.0:8080/me/123/birthdate?birthdate=2017-10-30'
4141

4242
* **str** : `ex: ?message=hello world`
4343
* **int** : `ex: ?age=100`
44+
* **bool** : `ex: ?missing=false`
4445
* **datetime.datetime** : `ex: ?currentdate=2017-10-30T10:10:30 or 2017-10-30`
4546
* **datetime.date** : `ex: ?birthdate=2017-10-30`
4647
* **List[str]** : `ex: ?words=you,me,them,we`
@@ -55,4 +56,4 @@ You need to apply the `parse_query_args` decorator as the first one executed whi
5556

5657
You should always have request as the first argument in your function in order to use `parse_query_args`.
5758

58-
**Note** that `request` arg can be renamed and even type-annotated as long as it is the first arg.
59+
**Note** that `request` arg can be renamed and even type-annotated as long as it is the first arg.

0 commit comments

Comments
 (0)