Update an Unmanaged Device
await seam.devices.unmanaged.update({
device_id: "66c3adbf-a0e5-403a-8981-ec5286b5da76",
is_managed: true,
});// voidcurl --include --request POST "https://connect.getseam.com/devices/unmanaged/update" \
--header "Authorization: Bearer $SEAM_API_KEY" \
--json @- <<EOF
{
"device_id": "66c3adbf-a0e5-403a-8981-ec5286b5da76",
"is_managed": true
}
EOF{}Request Parameters
Response
Last updated
Was this helpful?

