Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 26 of 26 for include_in_schema (0.1 sec)

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

    ///
    
    /// warning
    
    🚥 👆 👉, 👆 ✔️ ⚒ 💭 🔠 1️⃣ 👆 *➡ 🛠️ 🔢* ✔️ 😍 📛.
    
    🚥 👫 🎏 🕹 (🐍 📁).
    
    ///
    
    ## 🚫 ⚪️➡️ 🗄
    
    🚫 *➡ 🛠️* ⚪️➡️ 🏗 🗄 🔗 (& ➡️, ⚪️➡️ 🏧 🧾 ⚙️), ⚙️ 🔢 `include_in_schema` & ⚒ ⚫️ `False`:
    
    ```Python hl_lines="6"
    {!../../docs_src/path_operation_advanced_configuration/tutorial003.py!}
    ```
    
    ## 🏧 📛 ⚪️➡️ #️⃣
    
    👆 💪 📉 ⏸ ⚙️ ⚪️➡️ #️⃣ *➡ 🛠️ 🔢* 🗄.
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 5.7K bytes
    - Viewed (0)
  2. docs/ru/docs/tutorial/query-params-str-validations.md

    ## Исключить из OpenAPI
    
    Чтобы исключить query-параметр из генерируемой OpenAPI схемы (а также из системы автоматической генерации документации), укажите в `Query` параметр `include_in_schema=False`:
    
    //// tab | Python 3.10+
    
    ```Python hl_lines="10"
    {!> ../../docs_src/query_params_str_validations/tutorial014_an_py310.py!}
    ```
    
    ////
    
    //// tab | Python 3.9+
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 37.5K bytes
    - Viewed (0)
  3. docs/em/docs/tutorial/query-params-str-validations.md

    ```
    
    ////
    
    🩺 🔜 🎦 ⚫️ 💖 👉:
    
    <img src="/img/tutorial/query-params-str-validations/image01.png">
    
    ## 🚫 ⚪️➡️ 🗄
    
    🚫 🔢 🔢 ⚪️➡️ 🏗 🗄 🔗 (&amp; ➡️, ⚪️➡️ 🏧 🧾 ⚙️), ⚒ 🔢 `include_in_schema` `Query` `False`:
    
    //// tab | 🐍 3️⃣.6️⃣ &amp; 🔛
    
    ```Python hl_lines="10"
    {!> ../../docs_src/query_params_str_validations/tutorial014.py!}
    ```
    
    ////
    
    //// tab | 🐍 3️⃣.1️⃣0️⃣ &amp; 🔛
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 11.7K bytes
    - Viewed (0)
  4. docs/en/docs/tutorial/query-params-str-validations.md

    ## Exclude parameters from OpenAPI
    
    To exclude a query parameter from the generated OpenAPI schema (and thus, from the automatic documentation systems), set the parameter `include_in_schema` of `Query` to `False`:
    
    //// tab | Python 3.10+
    
    ```Python hl_lines="10"
    {!> ../../docs_src/query_params_str_validations/tutorial014_an_py310.py!}
    ```
    
    ////
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 25.4K bytes
    - Viewed (0)
  5. docs/de/docs/tutorial/query-params-str-validations.md

    ## Parameter von OpenAPI ausschließen
    
    Um einen Query-Parameter vom generierten OpenAPI-Schema auszuschließen (und daher von automatischen Dokumentations-Systemen), setzen Sie den Parameter `include_in_schema` in `Query` auf `False`.
    
    //// tab | Python 3.10+
    
    ```Python hl_lines="10"
    {!> ../../docs_src/query_params_str_validations/tutorial014_an_py310.py!}
    ```
    
    ////
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 27.2K bytes
    - Viewed (0)
  6. docs/en/docs/release-notes.md

    * `callbacks`: OpenAPI callbacks that apply to all the *path operations*.
    * `deprecated`: to mark all the *path operations* as deprecated. 🤷
    * `include_in_schema`: to allow excluding all the *path operations* from the OpenAPI schema.
    * `responses`: OpenAPI responses that apply to all the *path operations*.
    
    For example:
    
    ```Python
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Fri Nov 01 11:25:57 UTC 2024
    - 460.3K bytes
    - Viewed (0)
Back to top