Update a Device
Updates a specified device.
You can add or change custom metadata for a device, change the device’s name, or convert a managed device to unmanaged.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
ID of the device that you want to update.
Custom metadata that you want to associate with the device. Supports up to 50 JSON key:value pairs. Adding custom metadata to a device enables you to store custom information, like customer details or internal IDs from your application. Then, you can filter devices by the desired metadata.
Indicates whether the device is managed. To unmanage a device, set is_managed to false.
Name for the device.
Response
OK

