Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for 1001 (0.02 sec)

  1. tests/test_union_body_discriminator.py

        assert response.status_code == 200, response.text
        assert response.json() == {"item": {"value": "first", "price": 100}}
    
        response = client.post("/items/?q=other", json={"value": "other", "price": 100.5})
        assert response.status_code == 200, response.text
        assert response.json() == {"item": {"value": "other", "price": 100.5}}
    
        response = client.get("/openapi.json")
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Sat Dec 27 18:19:10 UTC 2025
    - 7.1K bytes
    - Viewed (0)
  2. docs/en/docs/release-notes.md

    * Fix typo in release notes. PR [#1051](https://github.com/tiangolo/fastapi/pull/1051) by [@sattosan](https://github.com/sattosan).
    * Refactor/clarify `serialize_response` parameter name to avoid confusion. PR [#1031](https://github.com/tiangolo/fastapi/pull/1031) by [@patrickmckenna](https://github.com/patrickmckenna).
    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