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