Browse Source

Add notes about nullability and default for Path parameters

pull/14829/head
Yurii Motov 4 months ago
parent
commit
0b5fea716b
  1. 2
      tests/test_request_params/test_path/test_nullable_and_defaults.py

2
tests/test_request_params/test_path/test_nullable_and_defaults.py

@ -0,0 +1,2 @@
# Not appllicable for Path parameters
# Path parameters cannot have default values or be nullable
Loading…
Cancel
Save