Update a Device

Update a device within the specified account.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

ID of the device. This can be either the deviceID or deviceName.

Body Params
string | null

Description of what the device is used for.

boolean
required

Determines whether a device can be fully shut off or not.

boolean
required

Enable or disable GPS.

boolean
required

Enable or disable wifi.

int32
required

Determines how frequently the device sensors are taking measurements. Values are in minutes and can be 5, 10, 20, 30, 60, 120, 240, 360, 720, 1080, or 1440. Default value is 20. Click here for more on measurements intervals.

int32
required

Determines how frequently the device transmits data. Values are in minutes and can be 5, 10, 20, 30, 60, 120, 240, 360, 720, 1080, or 1440. Default value is 20.

int32 | null

Tracker will wait for the specified delay before starting to measure and transmit (Solo Pro only)

Headers
int32
required

ID of the account the request will be made in.

string
enum
Defaults to application/json

Generated from available request content types

Allowed:
Responses
200

The device has been updated

400

The requested device is not available

401

Unauthorized

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here!