Update Device

The route will add or edit the key/value pairs for the device specified. A user can not change the account, device or created attributes. It will only update the subset of attributes which are in the query so you do not have to PUT back all attributes.

Example Payload:

{
  "type": "turtlebot 3",
  "hardware version": "0.01.32"
}
  • The maximum length of an attribute key should be 1 KB and is usually below 100B in length
  • The maximum length of an attribute value should be 300 KB, but is usually in the 100 B range
  • Decimal number values are exact and have a maximum of 10 decimal places of exactness
  • To delete an attribute, provide a null value for it
Path Params
string
required
string
required

Denoted with a capital D. The device id is the unique number associated with your device.

Body Params
string
string
string

The type of robot such as Turtlebot or SCARA Arm.

Responses

Language
Credentials
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json