Device
Update an existing device
Update an existing device language, location, timeZoneOffset, country or capabilities
put/device/{deviceID}
Path parameters
deviceIDstring required
The unique identifier for your device.
Request body
Example request
{
"language": "nl",
"location": {
"coordinates": [
4.23456,
52.184884
]
},
"locationAccuracy": 15.731,
"altitude": 100,
"course": 90,
"speed": 10,
"timeZoneOffset": -5
}Response
OK