- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for Fooz (0.02 sec)
-
tests/test_tutorial/test_body_updates/test_tutorial002.py
response = client.patch( "/items/foo", json={ "name": "Fooz", "description": "Item description", "price": 3, "tax": 10.5, "tags": ["tag1", "tag2"], }, ) assert response.json() == { "name": "Fooz", "description": "Item description", "price": 3, "tax": 10.5,
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Fri Dec 26 10:43:02 UTC 2025 - 7.1K bytes - Viewed (0)