Skip to main content
POST

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
device_id
string<uuid>
required

ID of the unmanaged device that you want to update.

custom_metadata
object

Custom metadata that you want to associate with the device. Supports up to 50 JSON key:value pairs.

is_managed
enum<boolean>

Indicates whether the device is managed. Set this parameter to true to convert an unmanaged device to managed.

Available options:
true

Response

OK

The response is of type object.