-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 10.10, 11.x
-
Fix Version/s: 10.10-HF35, 11.4, 2021.0
-
Component/s: Rest API
"We should never return a 500 for anything caused by user input or REST API input"
If Repository.Query is called via REST and the NXQL query parameter is invalid (i.e. it can't be parsed or executed because of a typographical error or a missing keyword) the return code should not be 500 - it would be better if the RC was something in the 400 range.
- is related to
-
NXP-29151 Use HTTP code 400 instead of 500 for Automation request parsing errors
- Resolved
- Is referenced in