Guides

Update configurations on a device.

Authorization

This endpoint requires Authorization.

Request Body

KeyTypeDescription
configurationobjectAn object containing the configuration of elements of a device.

{
  "configuration": {
    "a": 0
  }
}
Language
Authorization
OAuth2
Click Try It! to start a request and see the response here!