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
Language
Authorization
Click Try It! to start a request and see the response here!