Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for get_openapi_path (0.19 sec)

  1. fastapi/openapi/utils.py

        operation_ids.add(operation_id)
        operation["operationId"] = operation_id
        if route.deprecated:
            operation["deprecated"] = route.deprecated
        return operation
    
    
    def get_openapi_path(
        *,
        route: routing.APIRoute,
        operation_ids: Set[str],
        schema_generator: GenerateJsonSchema,
        model_name_map: ModelNameMap,
        field_mapping: Dict[
    Python
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:40:57 GMT 2024
    - 21.8K bytes
    - Viewed (0)
Back to top