Search Options

Results per page
Sort
Preferred Languages
Advance

Results 251 - 254 of 254 for tutorial005_an_py39 (0.06 sec)

  1. docs/de/docs/tutorial/schema-extra-example.md

    Sie können es so verwenden:
    
    {* ../../docs_src/schema_extra_example/tutorial005_an_py310.py hl[23:49] *}
    
    ### OpenAPI-Beispiele in der Dokumentations-Benutzeroberfläche { #openapi-examples-in-the-docs-ui }
    
    Wenn `openapi_examples` zu `Body()` hinzugefügt wird, würde `/docs` so aussehen:
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 24 10:28:19 UTC 2025
    - 10.6K bytes
    - Viewed (0)
  2. docs/en/docs/tutorial/schema-extra-example.md

    * `externalValue`: alternative to `value`, a URL pointing to the example. Although this might not be supported by as many tools as `value`.
    
    You can use it like this:
    
    {* ../../docs_src/schema_extra_example/tutorial005_an_py310.py hl[23:49] *}
    
    ### OpenAPI Examples in the Docs UI { #openapi-examples-in-the-docs-ui }
    
    With `openapi_examples` added to `Body()` the `/docs` would look like:
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Sat Dec 20 15:55:38 UTC 2025
    - 8.9K bytes
    - Viewed (0)
  3. docs/ko/docs/tutorial/schema-extra-example.md

    * `value`: 실제로 보여지는 예시, 예를 들면 `dict`.
    * `externalValue`: `value`의 대안이며 예제를 가르키는 URL. 비록 `value`처럼 많은 도구를 지원하지 못할 수 있습니다.
    
    이를 다음과 같이 사용할 수 있습니다:
    
    {* ../../docs_src/schema_extra_example/tutorial005_an_py310.py hl[23:49] *}
    
    ### 문서 UI에서의 OpenAPI 예시
    
    `Body()`에 추가된 `openapi_examples`를 포함한 `/docs`는 다음과 같이 보일 것입니다:
    
    <img src="/img/tutorial/body-fields/image02.png">
    
    ## 기술적 세부 사항
    
    /// tip | 팁
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Sat Nov 09 16:39:20 UTC 2024
    - 10.7K bytes
    - Viewed (0)
  4. docs/ru/docs/tutorial/schema-extra-example.md

    * `externalValue`: альтернатива `value`, URL, указывающий на пример. Хотя это может поддерживаться не так многими инструментами, как `value`.
    
    Использовать это можно так:
    
    {* ../../docs_src/schema_extra_example/tutorial005_an_py310.py hl[23:49] *}
    
    ### OpenAPI-примеры  в UI документации { #openapi-examples-in-the-docs-ui }
    
    С `openapi_examples`, добавленным в `Body()`, страница `/docs` будет выглядеть так:
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Tue Sep 30 11:24:39 UTC 2025
    - 14.8K bytes
    - Viewed (0)
Back to top