Change devices details
Change devices details
POST
https://api.connect.jfrog.io/v1/devices_details
Using this call you can change the details of your devices.
Request Body
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.
You can set whichever parameters you would like to change on each request.
Example
Last updated
Was this helpful?