Patch device attributes
PATCH {{baseUrl}}/devices/:deviceId
Patch device attributes. WARNING! Only profile attributes can be patched. All other fields will be ignored!
Request Body
{"data"=>{"type"=>"<string>", "id"=>"<string>", "attributes"=>{"profile"=>{"name"=>"<string>", "notes"=>"<string>", "externalId"=>"<string>"}}}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |