File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff 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
5657You 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.
You can’t perform that action at this time.
0 commit comments