Update device enrollment
PUT/api/v2/device/enrollment
Updates device enrollment configuration including server URLs, authentication settings, and connection parameters.
Request
- application/json
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
- 200
- application/json
- Schema
- Example (from schema)
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
{
"deliverySource": "cache",
"deviceId": "string",
"deviceType": [
"string"
],
"platform": "string",
"platformId": "string",
"urlGetAppServerAvailable": [
"string"
]
}
Loading...