Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
None
-
master
-
None
Description
For example, the endpoint GET /tasks accepts the "type" parameter which has a fixed list of allowed values: [integration, status_check, early warning, create_debug_vm]
The following request body should cause a 400 Bad request with the offending field and value to be returned.
{ "type": "status_chek" // Typo, not a valid value. "status": "passed", "max": 1 }