File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -226,11 +226,12 @@ Body Params:
226226
227227400 Failure Response:
228228
229- | ` error ` | ` error_description ` | ` error_details ` [ ] |
230- | --------------- | ------------------------------------ | ------------------------------- |
231- | ` bad_param ` | A validation error occurred. | Array of parameters with errors |
232- | ` invalid_data ` | None of the provided data was valid. | |
233- | ` missing_param ` | A required parameter is missing. | Array of missing parameters |
229+ | ` error ` | ` error_description ` | ` error_details ` [ ] |
230+ | --------------- | ------------------------------------ | --------------------------------- |
231+ | ` bad_param ` | A validation error occurred. | Array of parameters with errors |
232+ | ` invalid_data ` | None of the provided data was valid. | |
233+ | ` missing_param ` | A required parameter is missing. | Array of missing parameters |
234+ | ` unregistered ` | Some of the devices are unregistered | Array of unregistered ` device_id ` |
234235
235236[ Top] [ toc ]
236237
You can’t perform that action at this time.
0 commit comments