You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From what I remember:
1 error payloads format:
our:
{
"error": "Could not get device for ID",
"ok": false
}
they :
in some cases:
{
"error": "Permission Denied",
"info": "I didn't recognize that device name or ID, try opening https://api.particle.io/v1/devices?access_token=3c9f4349104ae651e75aa7b5312f0575fc52bd87"
}
in another:
{
"ok": false,
"errors": [
{
"code": 401
}
]
}
in another :
{
"ok": false,
"error": "Webhook not found"
}
(lol, for these examples I clicked some of their endpoints and they have different error formats everywhere...pffff)
2 device status: we have connected they have online and we don't have status field in products devices at all
So, I didn't check all endpoints, but I think we have such differences in the most payloads(somewhere missed field, somewhere different prop name, etc)
No description provided.
The text was updated successfully, but these errors were encountered: