mirror of https://github.com/tiangolo/fastapi.git
✏️ Remove duplicate title in docs `body-multiple-params` (#13345)
This commit is contained in:
parent
db554ca094
commit
261bc2d387
|
|
@ -10,8 +10,6 @@ And you can also declare body parameters as optional, by setting the default to
|
|||
|
||||
{* ../../docs_src/body_multiple_params/tutorial001_an_py310.py hl[18:20] *}
|
||||
|
||||
## Multiple body parameters
|
||||
|
||||
/// note
|
||||
|
||||
Notice that, in this case, the `item` that would be taken from the body is optional. As it has a `None` default value.
|
||||
|
|
|
|||
Loading…
Reference in New Issue