Update Device

📘

Use the hub_url received in the registration response as your base URL.

📘

This API requires the device to authenticate, see Device Authentication.

Update device information on the server.

Request Data

NameTypeDescription
firmware_versionstringCurrent device firmware version
namestringFriendly device name
sub_modelstringDevice sub model
detailsObjectDetails of the device. Will be visible in a different tab on the device's view calls 'Details'.
space_versionstringLatest version of the space information the device has applied
config_versionstringLatest version of the configuration the device has applied

Throttling

It is recommended to not use it more than 10 time a day and not to perform the call if no changes were done to the device.

The current throttling setting is at 10 calls per hour and might be decreased to 30 per day in the future.

When a device makes more that the limit of calls in a window, the request will not be performed and the server will return the response code 429

Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!