Search Options

Display Count
Sort
Preferred Language
Advanced Search

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

  1. tests/test_schema_extra_examples.py

                examples=["query1", "query2"],
            ),
        ):
            return data
    
        with pytest.warns(FastAPIDeprecationWarning):
    
            @app.get("/query_example_examples/")
            def query_example_examples(
                data: str | None = Query(
                    default=None,
                    example="query_overridden",
                    examples=["query1", "query2"],
                ),
            ):
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Tue Feb 17 09:59:14 GMT 2026
    - 34.7K bytes
    - Click Count (0)
Back to Top