Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for description (0.26 sec)

  1. docs/em/docs/tutorial/path-operation-configuration.md

        ```
    
    === "🐍 3️⃣.1️⃣0️⃣ & 🔛"
    
        ```Python hl_lines="19"
        {!> ../../../docs_src/path_operation_configuration/tutorial005_py310.py!}
        ```
    
    !!! info
        👀 👈 `response_description` 🔗 🎯 📨, `description` 🔗 *➡ 🛠️* 🏢.
    
    !!! check
        🗄 ✔ 👈 🔠 *➡ 🛠️* 🚚 📨 📛.
    
        , 🚥 👆 🚫 🚚 1️⃣, **FastAPI** 🔜 🔁 🏗 1️⃣ "🏆 📨".
    
    <img src="/img/tutorial/path-operation-configuration/image03.png">
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Sat Apr 01 09:26:04 GMT 2023
    - 5.3K bytes
    - Viewed (0)
  2. docs/zh/docs/tutorial/path-operation-configuration.md

    <img src="/img/tutorial/path-operation-configuration/image02.png">
    
    ## 响应描述
    
    `response_description` 参数用于定义响应的描述说明:
    
    ```Python hl_lines="21"
    {!../../../docs_src/path_operation_configuration/tutorial005.py!}
    ```
    
    !!! info "说明"
    
        注意,`response_description` 只用于描述响应,`description` 一般则用于描述*路径操作*。
    
    !!! check "检查"
    
        OpenAPI 规定每个*路径操作*都要有响应描述。
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu May 12 00:06:16 GMT 2022
    - 3.4K bytes
    - Viewed (0)
  3. docs/pt/docs/tutorial/path-operation-configuration.md

        ```Python hl_lines="19"
        {!> ../../../docs_src/path_operation_configuration/tutorial005_py310.py!}
        ```
    
    !!! info "Informação"
        Note que `response_description` se refere especificamente à resposta, a `description` se refere à *operação de rota* em geral.
    
    !!! check
        OpenAPI especifica que cada *operação de rota* requer uma descrição de resposta.
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Tue Oct 17 05:59:11 GMT 2023
    - 5.9K bytes
    - Viewed (0)
  4. docs/de/docs/tutorial/path-operation-configuration.md

    === "Python 3.8+"
    
        ```Python hl_lines="21"
        {!> ../../../docs_src/path_operation_configuration/tutorial005.py!}
        ```
    
    !!! info
        beachten Sie, dass sich `response_description` speziell auf die Response bezieht, während `description` sich generell auf die *Pfadoperation* bezieht.
    
    !!! check
        OpenAPI verlangt, dass jede *Pfadoperation* über eine Beschreibung der Response verfügt.
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Sat Mar 30 18:07:48 GMT 2024
    - 5.9K bytes
    - Viewed (0)
  5. docs/ru/docs/tutorial/path-operation-configuration.md

        ```Python hl_lines="21"
        {!> ../../../docs_src/path_operation_configuration/tutorial005.py!}
        ```
    
    !!! info "Дополнительная информация"
        Помните, что `response_description` относится конкретно к ответу, а `description` относится к *операции пути* в целом.
    
    !!! check "Технические детали"
        OpenAPI указывает, что каждой *операции пути* необходимо описание ответа.
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Tue Oct 17 05:59:11 GMT 2023
    - 8K bytes
    - Viewed (0)
  6. docs/en/docs/tutorial/path-operation-configuration.md

        ```
    
    It will be used in the interactive docs:
    
    <img src="/img/tutorial/path-operation-configuration/image02.png">
    
    ## Response description
    
    You can specify the response description with the parameter `response_description`:
    
    === "Python 3.10+"
    
        ```Python hl_lines="19"
        {!> ../../../docs_src/path_operation_configuration/tutorial005_py310.py!}
        ```
    
    === "Python 3.9+"
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Tue Oct 17 05:59:11 GMT 2023
    - 5.5K bytes
    - Viewed (0)
  7. docs/ko/docs/tutorial/path-operation-configuration.md

    이는 대화형 문서에서 사용됩니다:
    
    <img src="/img/tutorial/path-operation-configuration/image02.png">
    
    ## 응답 기술
    
    `response_description` 매개변수로 응답에 관한 설명을 명시할 수 있습니다:
    
    ```Python hl_lines="21"
    {!../../../docs_src/path_operation_configuration/tutorial005.py!}
    ```
    
    !!! info "정보"
        `response_description`은 구체적으로 응답을 지칭하며, `description`은 일반적인 *경로 작동*을 지칭합니다.
    
    !!! check "확인"
        OpenAPI는 각 *경로 작동*이 응답에 관한 설명을 요구할 것을 명시합니다.
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Sun Feb 11 13:48:31 GMT 2024
    - 4.1K bytes
    - Viewed (0)
  8. docs/ja/docs/tutorial/path-operation-configuration.md

    <img src="https://fastapi.tiangolo.com/img/tutorial/path-operation-configuration/image02.png">
    
    ## レスポンスの説明
    
    `response_description`パラメータでレスポンスの説明をすることができます。
    
    ```Python hl_lines="21"
    {!../../../docs_src/path_operation_configuration/tutorial005.py!}
    ```
    
    !!! info "情報"
        `respnse_description`は具体的にレスポンスを参照し、`description`は*path operation*全般を参照していることに注意してください。
    
    !!! check "確認"
        OpenAPIは*path operation*ごとにレスポンスの説明を必要としています。
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Tue Apr 02 04:38:26 GMT 2024
    - 4.3K bytes
    - Viewed (0)
Back to top