Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for json_schema_cookie1 (0.08 seconds)

  1. tests/test_openapi_examples.py

                },
            },
        ),
    ):
        return data
    
    
    @app.get("/cookie_examples/")
    def cookie_examples(
        data: str | None = Cookie(
            default=None,
            examples=["json_schema_cookie1", "json_schema_cookie2"],
            openapi_examples={
                "Cookie One": {
                    "summary": "Cookie One Summary",
                    "description": "Cookie One Description",
                    "value": "cookie1",
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Tue Feb 17 09:59:14 GMT 2026
    - 16.4K bytes
    - Click Count (0)
Back to Top