Change devices details
Last updated
Last updated
apps
array
A list of JSON objects that include the apps and their versions that you want to modify: [{"app_name":"<name>", "version": "<version>"}]
Set the <name>
as the name of the app (must exist in Connect dashboard) and set the <version>
as the version for that app.
tag
string
A tag to add to the device.
user_token
string
This is your account token. Can be found under the Settings category on Connect dashboard.
device_token
string
This is your device token.
device_name
string
A new name for that device.
group
string
The name of the group you want to switch for that device (the group must exist at the dashboard).
software_version
string
Deprecated parameter - Use the apps
parameter to modify software versions.
address
string
A new address for that device. Please note, the address will be validated using Google Maps. Available only for Premium/Special plans.
lat
string
A new Latitude for the device. (must be called with the lng
parameter). Available only for Premium/Special plans.
lng
string
A new Longitude for the device. (must be called with the lat
parameter). Available only for Premium/Special plans.
description
string
The description of the device. Can be anything you want.