mirror of https://github.com/tiangolo/fastapi.git
Add notes about nullability and default for Path parameters
This commit is contained in:
parent
22d795d890
commit
0b5fea716b
|
|
@ -0,0 +1,2 @@
|
|||
# Not appllicable for Path parameters
|
||||
# Path parameters cannot have default values or be nullable
|
||||
Loading…
Reference in New Issue