Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for Schick (0.2 sec)

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

        ```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 Apr 28 07:19:10 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 Apr 28 07:19:10 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 Apr 28 07:19:10 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" 的响应描述。
    
    <img src="/img/tutorial/path-operation-configuration/image03.png">
    
    ## 弃用*路径操作*
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 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

        ```
    
    !!! 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.
    
        Então, se você não fornecer uma, o **FastAPI** irá gerar automaticamente uma de "Resposta bem-sucedida".
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 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 Apr 28 07:19:10 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

    ```Python hl_lines="21"
    {!../../../docs_src/path_operation_configuration/tutorial005.py!}
    ```
    
    !!! info "정보"
        `response_description`은 구체적으로 응답을 지칭하며, `description`은 일반적인 *경로 작동*을 지칭합니다.
    
    !!! check "확인"
        OpenAPI는 각 *경로 작동*이 응답에 관한 설명을 요구할 것을 명시합니다.
    
        따라서, 응답에 관한 설명이 없을경우, **FastAPI**가 자동으로 "성공 응답" 중 하나를 생성합니다.
    
    <img src="/img/tutorial/path-operation-configuration/image03.png">
    
    ## 단일 *경로 작동* 지원중단
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 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

    ```Python hl_lines="21"
    {!../../../docs_src/path_operation_configuration/tutorial005.py!}
    ```
    
    !!! info "情報"
        `respnse_description`は具体的にレスポンスを参照し、`description`は*path operation*全般を参照していることに注意してください。
    
    !!! check "確認"
        OpenAPIは*path operation*ごとにレスポンスの説明を必要としています。
    
        そのため、それを提供しない場合は、**FastAPI** が自動的に「成功のレスポンス」を生成します。
    
    <img src="https://fastapi.tiangolo.com/img/tutorial/path-operation-configuration/image03.png">
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Tue Apr 02 04:38:26 GMT 2024
    - 4.3K bytes
    - Viewed (0)
Back to top