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
I know I can use declared to filter out undeclared params, but there are some times when I'd prefer to fail explicitly. One example might be to help an API user who misspells the name of an optional parameter. As currently implemented validation will succeed, but I'd much rather have it fail to clue in the user that something is amiss.
The text was updated successfully, but these errors were encountered:
I know I can use
declared
to filter out undeclared params, but there are some times when I'd prefer to fail explicitly. One example might be to help an API user who misspells the name of an optional parameter. As currently implemented validation will succeed, but I'd much rather have it fail to clue in the user that something is amiss.The text was updated successfully, but these errors were encountered: