@seamapi/http - v2.0.0
    Preparing search index...

    Type Alias DevicesUnmanagedUpdateParameters

    type DevicesUnmanagedUpdateParameters = {
        custom_metadata?: Record<string, unknown>;
        device_id: string;
        is_managed?: boolean;
    }
    Index
    custom_metadata?: Record<string, unknown>

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

    device_id: string

    ID of the unmanaged device that you want to update.

    is_managed?: boolean

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