You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I see in Poem there is deny_unknown_fields for when deserializing objects. I wonder if there is a similar thing for query params. For example, if I have a function like this:
Hey, I see in Poem there is
deny_unknown_fields
for when deserializing objects. I wonder if there is a similar thing for query params. For example, if I have a function like this:I want it that if someone sends a request like
?version=54
instead of?ledger_version=54
, it returns a 400.Thanks!
The text was updated successfully, but these errors were encountered: