Device
Sync
Manually force a device sync with the edits made in the dashboard.
post/device/sync
Response
Successfully synced the device.
Example response
{
"code": "in_cooldown",
"message": "Device is not connected to the backend.",
"last_synced_at": "2021-01-01T00:00:00Z",
"last_attempted_sync_at": "2021-01-01T00:00:00Z",
"in_cooldown": true,
"cooldown_ends_at": "2021-01-01T00:00:00Z"
}