Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 11 - 20 of 1,206 for operativo (0.27 seconds)

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

    Então, se você não fornecer uma, o **FastAPI** irá gerar automaticamente uma de "Resposta bem-sucedida".
    
    ///
    
    <img src="/img/tutorial/path-operation-configuration/image03.png">
    
    ## Descontinuar uma *operação de rota* { #deprecate-a-path-operation }
    
    Se você precisar marcar uma *operação de rota* como <dfn title="obsoleta, recomendado não usar">descontinuada</dfn>, mas sem removê-la, passe o parâmetro `deprecated`:
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:20:43 GMT 2026
    - 4.4K bytes
    - Click Count (0)
  2. docs/es/docs/advanced/path-operation-advanced-configuration.md

    # Configuración Avanzada de Path Operation { #path-operation-advanced-configuration }
    
    ## operationId de OpenAPI { #openapi-operationid }
    
    /// warning | Advertencia
    
    Si no eres un "experto" en OpenAPI, probablemente no necesites esto.
    
    ///
    
    Puedes establecer el `operationId` de OpenAPI para ser usado en tu *path operation* con el parámetro `operation_id`.
    
    Tendrías que asegurarte de que sea único para cada operación.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:15:55 GMT 2026
    - 7.5K bytes
    - Click Count (0)
  3. docs/en/docs/tutorial/path-operation-configuration.md

    # Path Operation Configuration { #path-operation-configuration }
    
    There are several parameters that you can pass to your *path operation decorator* to configure it.
    
    /// warning
    
    Notice that these parameters are passed directly to the *path operation decorator*, not to your *path operation function*.
    
    ///
    
    ## Response Status Code { #response-status-code }
    
    You can define the (HTTP) `status_code` to be used in the response of your *path operation*.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 05 18:13:19 GMT 2026
    - 4K bytes
    - Click Count (0)
  4. docs/tr/docs/advanced/path-operation-advanced-configuration.md

    Uygulamanızda bir *path operation* tanımladığınızda, **FastAPI** OpenAPI şemasına dahil edilmek üzere o *path operation* ile ilgili metadata’yı otomatik olarak üretir.
    
    /// note | Teknik Detaylar
    
    OpenAPI spesifikasyonunda buna [Operation Nesnesi](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.3.md#operation-object) denir.
    
    ///
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 7.5K bytes
    - Click Count (0)
  5. docs/ru/docs/tutorial/path-operation-configuration.md

    Если вдруг вы не укажете его, то **FastAPI** автоматически сгенерирует это описание с текстом "Successful response".
    
    ///
    
    <img src="/img/tutorial/path-operation-configuration/image03.png">
    
    ## Обозначение *операции пути* как устаревшей { #deprecate-a-path-operation }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:56:20 GMT 2026
    - 6.4K bytes
    - Click Count (0)
  6. docs/de/docs/tutorial/path-operation-configuration.md

    Daher, wenn Sie keine vergeben, wird **FastAPI** automatisch eine für „Erfolgreiche Response“ erstellen.
    
    ///
    
    <img src="/img/tutorial/path-operation-configuration/image03.png">
    
    ## Eine *Pfadoperation* deprecaten { #deprecate-a-path-operation }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:58:09 GMT 2026
    - 4.7K bytes
    - Click Count (0)
  7. docs/fr/docs/tutorial/path-operation-configuration.md

    Donc, si vous n'en fournissez pas, **FastAPI** en générera automatiquement une « Réponse réussie ».
    
    ///
    
    <img src="/img/tutorial/path-operation-configuration/image03.png">
    
    ## Déprécier un *chemin d'accès* { #deprecate-a-path-operation }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:37:13 GMT 2026
    - 4.6K bytes
    - Click Count (0)
  8. docs/zh-hant/docs/tutorial/path-operation-configuration.md

    ///
    
    <img src="/img/tutorial/path-operation-configuration/image03.png">
    
    ## 將「路徑操作」標記為已棄用 { #deprecate-a-path-operation }
    
    若需要將「路徑操作」標記為 <dfn title="已過時,建議不要再使用">已棄用</dfn>,但不移除它,請傳入參數 `deprecated`:
    
    {* ../../docs_src/path_operation_configuration/tutorial006_py310.py hl[16] *}
    
    在互動式文件中,它會被清楚標示為已棄用:
    
    <img src="/img/tutorial/path-operation-configuration/image04.png">
    
    比較已棄用與未棄用的「路徑操作」在文件中的呈現:
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:05:38 GMT 2026
    - 3.8K bytes
    - Click Count (0)
  9. docs/zh-hant/docs/advanced/path-operation-advanced-configuration.md

    ## OpenAPI operationId { #openapi-operationid }
    
    /// warning
    
    如果你不是 OpenAPI 的「專家」,大概不需要這個。
    
    ///
    
    你可以用參數 `operation_id` 為你的*路徑操作(path operation)*設定要使用的 OpenAPI `operationId`。
    
    你必須確保每個操作的 `operationId` 都是唯一的。
    
    {* ../../docs_src/path_operation_advanced_configuration/tutorial001_py310.py hl[6] *}
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:05:38 GMT 2026
    - 6.5K bytes
    - Click Count (0)
  10. docs/fr/docs/advanced/path-operation-advanced-configuration.md

    ## ID d’opération OpenAPI { #openapi-operationid }
    
    /// warning | Alertes
    
    Si vous n’êtes pas un « expert » d’OpenAPI, vous n’en avez probablement pas besoin.
    
    ///
    
    Vous pouvez définir l’OpenAPI `operationId` à utiliser dans votre chemin d’accès avec le paramètre `operation_id`.
    
    Vous devez vous assurer qu’il est unique pour chaque opération.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:37:13 GMT 2026
    - 8K bytes
    - Click Count (0)
Back to Top