Skip to main content
POST
/
devices
/
unmanaged
/
update
await seam.devices.unmanaged.update({
  device_id: "66c3adbf-a0e5-403a-8981-ec5286b5da76",
  is_managed: true,
});

/*
// void
*/
{
  "ok": true
}

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

ok
boolean
required