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
Passing in an incorrectly formatted ISO8601 timestamp for params like started_at_since (eg. "2019-02-") results in a 500. This should not validate and should return a 400 instead
The text was updated successfully, but these errors were encountered:
Passing in an incorrectly formatted ISO8601 timestamp for params like
started_at_since
(eg. "2019-02-") results in a 500. This should not validate and should return a 400 insteadThe text was updated successfully, but these errors were encountered: