-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Timestamp as URL param causes bad request error #260
Comments
@philipithomas thanks for the report -- think you could demonstrate this in a failing test? |
Ran into similar issue today. Added the failing test case at #281 . It seems that |
Have a quick look at how |
superseded by #281 |
We have an endpoint where we need to query a date range. Here's the proto3:
And the gateway spec:
When we query it with no filter params, it defaults to null values and is fine.
When we add query values, it returns an error.
Query with the zero-value datetime (but others have same issue):
Error:
The text was updated successfully, but these errors were encountered: