RootCauseunvalidated
I'm trying to receive a nontrivial query parameter object. — since objects seem to be assumed to arrive in the body in `fastapi`. Tension: I've had to do something like this on the server. Outcome: then `model_validate_json` it to get your `MyParam` object.
912a8377-0adf-4332-99e2-ab4117b6b0a5
I'm trying to receive a nontrivial query parameter object. — since objects seem to be assumed to arrive in the body in fastapi. Tension: I've had to do something like this on the server. Outcome: then model_validate_json it to get your MyParam object.