Browse Source
📝 Add note to docs about Separate Input and Output Schemas with FastAPI version (#10150)
pull/10164/head
Sebastián Ramírez
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
0 deletions
-
docs/en/docs/how-to/separate-openapi-schemas.md
|
|
@ -199,6 +199,9 @@ Probably the main use case for this is if you already have some autogenerated cl |
|
|
|
|
|
|
|
In that case, you can disable this feature in **FastAPI**, with the parameter `separate_input_output_schemas=False`. |
|
|
|
|
|
|
|
!!! info |
|
|
|
Support for `separate_input_output_schemas` was added in FastAPI `0.102.0`. 🤓 |
|
|
|
|
|
|
|
=== "Python 3.10+" |
|
|
|
|
|
|
|
```Python hl_lines="10" |
|
|
|