mirror of https://github.com/tiangolo/fastapi.git
📝 Update includes for `docs/de/docs/how-to/conditional-openapi.md` (#12689)
Co-authored-by: alissa-debruijn <alissa.debruijn@justeattakeaway.com> Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
This commit is contained in:
parent
f057f4a067
commit
b81c635a11
|
|
@ -29,9 +29,7 @@ Sie können problemlos dieselben Pydantic-Einstellungen verwenden, um Ihre gener
|
|||
|
||||
Zum Beispiel:
|
||||
|
||||
```Python hl_lines="6 11"
|
||||
{!../../docs_src/conditional_openapi/tutorial001.py!}
|
||||
```
|
||||
{* ../../docs_src/conditional_openapi/tutorial001.py hl[6,11] *}
|
||||
|
||||
Hier deklarieren wir die Einstellung `openapi_url` mit dem gleichen Defaultwert `"/openapi.json"`.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue