PUT /devices/{serial_number}
Update device info
This endpoint updates the details of a specific device associated with the DTM account. By supplying the serial number of the targeted device, you can modify its attributes.
Update device
Authorizations
AuthorizationstringRequired
Path parameters
serial_numberstringRequired
serial_number
Body
update_interval_snumberOptionalExample:
3000Responses
200
Successful operation
application/json
400
Invalid parameters
404
Device not found
put
/devices/{serial_number}Last updated