Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for generate_operation_id (0.06 sec)

  1. fastapi/openapi/utils.py

        request_body_oai["content"] = {request_media_type: request_media_content}
        return request_body_oai
    
    
    def generate_operation_id(
        *, route: routing.APIRoute, method: str
    ) -> str:  # pragma: nocover
        warnings.warn(
            message="fastapi.openapi.utils.generate_operation_id() was deprecated, "
            "it is not used internally, and will be removed soon",
            category=FastAPIDeprecationWarning,
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Sat Dec 27 12:54:56 UTC 2025
    - 23.2K bytes
    - Viewed (0)
Back to top