Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for it (0.13 sec)

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

        , πŸš₯ πŸ‘† 🚫 🚚 1️⃣, **FastAPI** πŸ”œ πŸ” πŸ— 1️⃣ "πŸ† πŸ“¨".
    
    <img src="/img/tutorial/path-operation-configuration/image03.png">
    
    ## 😒 *➑ πŸ› οΈ*
    
    πŸš₯ πŸ‘† πŸ’ͺ β„’ *➑ πŸ› οΈ* <abbr title="obsolete, recommended not to use it">😒</abbr>, βœ‹οΈ 🍡 ❎ ⚫️, πŸšΆβ€β™€οΈ πŸ”’ `deprecated`:
    
    ```Python hl_lines="16"
    {!../../../docs_src/path_operation_configuration/tutorial006.py!}
    ```
    
    ⚫️ πŸ”œ 🎯 β„’ 😒 πŸŽ“ 🩺:
    
    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/en/docs/tutorial/path-operation-configuration.md

    ## Deprecate a *path operation*
    
    If you need to mark a *path operation* as <abbr title="obsolete, recommended not to use it">deprecated</abbr>, but without removing it, pass the parameter `deprecated`:
    
    ```Python hl_lines="16"
    {!../../../docs_src/path_operation_configuration/tutorial006.py!}
    ```
    
    It will be clearly marked as deprecated in the interactive docs:
    
    <img src="/img/tutorial/path-operation-configuration/image04.png">
    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)
Back to top