Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 28 of 28 for include_in_schema (0.31 sec)

  1. docs/en/docs/tutorial/query-params-str-validations.md

    ## Exclude parameters from OpenAPI { #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`:
    
    {* ../../docs_src/query_params_str_validations/tutorial014_an_py310.py hl[10] *}
    
    ## Custom Validation { #custom-validation }
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Sat Dec 20 15:55:38 UTC 2025
    - 16.7K bytes
    - Viewed (0)
  2. docs/es/docs/advanced/path-operation-advanced-configuration.md

    ///
    
    ## Excluir de OpenAPI { #exclude-from-openapi }
    
    Para excluir una *path operation* del esquema OpenAPI generado (y por lo tanto, de los sistemas de documentación automática), utiliza el parámetro `include_in_schema` y configúralo en `False`:
    
    {* ../../docs_src/path_operation_advanced_configuration/tutorial003_py39.py hl[6] *}
    
    ## Descripción avanzada desde el docstring { #advanced-description-from-docstring }
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 20:41:43 UTC 2025
    - 8.3K bytes
    - Viewed (0)
  3. docs/pt/docs/advanced/path-operation-advanced-configuration.md

    ///
    
    ## Excluir do OpenAPI { #exclude-from-openapi }
    
    Para excluir uma *operação de rota* do esquema OpenAPI gerado (e por consequência, dos sistemas de documentação automáticos), utilize o parâmetro `include_in_schema` e defina ele como `False`:
    
    {* ../../docs_src/path_operation_advanced_configuration/tutorial003_py39.py hl[6] *}
    
    ## Descrição avançada a partir de docstring { #advanced-description-from-docstring }
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 20:41:43 UTC 2025
    - 8.7K bytes
    - Viewed (0)
  4. docs/es/docs/tutorial/query-params-str-validations.md

    ## Excluir parámetros de OpenAPI { #exclude-parameters-from-openapi }
    
    Para excluir un parámetro de query del esquema de OpenAPI generado (y por lo tanto, de los sistemas de documentación automática), establece el parámetro `include_in_schema` de `Query` a `False`:
    
    {* ../../docs_src/query_params_str_validations/tutorial014_an_py310.py hl[10] *}
    
    ## Validación personalizada { #custom-validation }
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 20:41:43 UTC 2025
    - 18.4K bytes
    - Viewed (0)
  5. docs/ru/docs/tutorial/query-params-str-validations.md

    ## Исключить параметры из OpenAPI { #exclude-parameters-from-openapi }
    
    Чтобы исключить query-параметр из генерируемой OpenAPI-схемы (и, следовательно, из систем автоматической документации), укажите у `Query` параметр `include_in_schema=False`:
    
    {* ../../docs_src/query_params_str_validations/tutorial014_an_py310.py hl[10] *}
    
    ## Кастомная валидация { #custom-validation }
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 20:41:43 UTC 2025
    - 26.2K bytes
    - Viewed (0)
  6. docs/de/docs/tutorial/query-params-str-validations.md

    Um einen Query-Parameter aus dem generierten OpenAPI-Schema auszuschließen (und somit aus den automatischen Dokumentationssystemen), setzen Sie den Parameter `include_in_schema` von `Query` auf `False`:
    
    {* ../../docs_src/query_params_str_validations/tutorial014_an_py310.py hl[10] *}
    
    ## Benutzerdefinierte Validierung { #custom-validation }
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 24 10:28:19 UTC 2025
    - 19.1K bytes
    - Viewed (0)
  7. docs/pt/docs/tutorial/query-params-str-validations.md

    ## Excluir parâmetros do OpenAPI { #exclude-parameters-from-openapi }
    
    Para excluir um parâmetro de consulta do OpenAPI gerado (e portanto, dos sistemas de documentação automáticos), defina o parâmetro `include_in_schema` de `Query` como `False`:
    
    {* ../../docs_src/query_params_str_validations/tutorial014_an_py310.py hl[10] *}
    
    ## Validação personalizada { #custom-validation }
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 20:41:43 UTC 2025
    - 18.2K bytes
    - Viewed (0)
  8. 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 Dec 28 07:19:09 UTC 2025
    - Last Modified: Sat Dec 27 19:06:15 UTC 2025
    - 586.7K bytes
    - Viewed (0)
Back to top