Details
-
Bug
-
Resolution: Fixed
-
P4: Low
-
None
-
master
-
None
Description
for example, the endpoint GET /tasks takes some parameters:
{ "status": "passed", "max": 1, "after": "2022-04-04" "blarg": "hello" }
where the inclusion of "blarg" should cause the server to respond with a 400: Bad Request and a message which includes the offending field such as "'blarg' is not a valid field for GET /tasks"