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

    Type Alias DevicesUnmanagedUpdateParameters

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

    Custom metadata that you want to associate with the device. Supports up to 50 JSON key:value pairs, with key names up to 40 characters long that cannot contain a period (.). Set a key to null or to an empty string to remove that key from the custom metadata.

    device_id: string

    ID of the unmanaged device that you want to update.

    is_managed?: true

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