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
Currently, when we do a query like GET /record?xyz (undefined parameter xyz) or GET /record?start_time (operator and value missing), we return all records in the database (i.e., the same behaviour than querying GET /record ).
However, we should return some error when the query is incomplete.
The text was updated successfully, but these errors were encountered:
Currently, when we do a query like
GET /record?xyz
(undefined parameterxyz
) orGET /record?start_time
(operator and value missing), we return all records in the database (i.e., the same behaviour than queryingGET /record
).However, we should return some error when the query is incomplete.
The text was updated successfully, but these errors were encountered: