Skip to main content

Update device enrollment

PUT 

/api/v2/device/enrollment

Updates device enrollment configuration including server URLs, authentication settings, and connection parameters.

Request

Body

required

    deviceId stringnullable

    Device identifier

    deviceType string[]nullable

    Device type tokens

    platform stringnullable

    Platform name

    platformId stringnullable

    Platform identifier

    urlGetAppServerAvailable string[]nullable

    Available GetApp server URLs

    urlNetworkAvailability stringnullable

    Network availability check URL

Responses

Schema

    deliverySource DeliverySourcerequired

    Possible values: [cache, remote]

    deviceId stringrequired

    Device identifier

    deviceType string[]required

    Device type tokens

    platform stringnullable

    Platform name

    platformId stringnullable

    Platform identifier

    urlGetAppServerAvailable string[]nullable

    Available GetApp server URLs

Loading...