Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for response (0.15 sec)

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

        ```
    
    ⚫️ 🔜 ⚙️ 🎓 🩺:
    
    <img src="/img/tutorial/path-operation-configuration/image02.png">
    
    ## 📨 📛
    
    👆 💪 ✔ 📨 📛 ⏮️ 🔢 `response_description`:
    
    === "🐍 3️⃣.6️⃣ &amp; 🔛"
    
        ```Python hl_lines="21"
        {!> ../../../docs_src/path_operation_configuration/tutorial005.py!}
        ```
    
    === "🐍 3️⃣.9️⃣ &amp; 🔛"
    
    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/de/docs/tutorial/path-operation-configuration.md

        ```
    
    !!! 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.
    
        Daher, wenn Sie keine vergeben, wird **FastAPI** automatisch eine für „Erfolgreiche Response“ erstellen.
    
    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)
  3. docs/ru/docs/tutorial/path-operation-configuration.md

    !!! info "Дополнительная информация"
        Помните, что `response_description` относится конкретно к ответу, а `description` относится к *операции пути* в целом.
    
    !!! check "Технические детали"
        OpenAPI указывает, что каждой *операции пути* необходимо описание ответа.
    
        Если вдруг вы не укажете его, то **FastAPI** автоматически сгенерирует это описание с текстом "Successful response".
    
    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)
  4. docs/zh/docs/tutorial/path-operation-configuration.md

    ## 响应描述
    
    `response_description` 参数用于定义响应的描述说明:
    
    ```Python hl_lines="21"
    {!../../../docs_src/path_operation_configuration/tutorial005.py!}
    ```
    
    !!! info "说明"
    
        注意,`response_description` 只用于描述响应,`description` 一般则用于描述*路径操作*。
    
    !!! check "检查"
    
        OpenAPI 规定每个*路径操作*都要有响应描述。
    
        如果没有定义响应描述,**FastAPI** 则自动生成内容为 "Successful response" 的响应描述。
    
    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)
  5. docs/pt/docs/tutorial/path-operation-configuration.md

    Ela será usada nas documentações interativas:
    
    
    <img src="/img/tutorial/path-operation-configuration/image02.png">
    
    ## Descrição da resposta
    
    Você pode especificar a descrição da resposta com o parâmetro `response_description`:
    
    === "Python 3.8 and above"
    
        ```Python hl_lines="21"
        {!> ../../../docs_src/path_operation_configuration/tutorial005.py!}
        ```
    
    === "Python 3.9 and above"
    
    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)
  6. docs/en/docs/tutorial/path-operation-configuration.md

        ```
    
    !!! info
        Notice that `response_description` refers specifically to the response, the `description` refers to the *path operation* in general.
    
    !!! check
        OpenAPI specifies that each *path operation* requires a response description.
    
        So, if you don't provide one, **FastAPI** will automatically generate one of "Successful response".
    
    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 "確認"
    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