I specially use wrong GroupID with this request:
POST /api/v1/devices (add a new device)
And I get:
{"error":"invalid_request","error_description":"","error_code":1}
Status: Bad Request StatusText: Bad Request
Is that normal that "error_description" does not saing "unknow GroupID"
btw.
When I do the same but with wrong "remotecontrol_id" then I get appropriate description of the error:
{"error":"invalid_request","error_description":"parameter remotecontrol_Id is required.","error_code":1}
Status: Bad Request StatusText: Bad Request
ps.
Ithink this can be considered as an issue or Feature Request, but firstly I want to know others opinions.
But if I have right then MOD please move this to IDEAS forum.