Install Device Package
PUT {{baseUrl}}/v1/device/:deviceUid/package-install
Install a package with specific version to device by deviceUid
.
Parameters
Field | Type | Required | Description |
---|---|---|---|
deviceUid | string | required | Device application id |
Body
content-type: application/json
or application/x-www-form-urlencoded
Field | Type | Required | Description |
---|---|---|---|
packageName | string | required | PackageName of package to install |
version | string | required | Version (typically semver) of package to install |
build | string | optional | Build tag of package version to install. Typically architecture (arm, x386, x64 or versionCode for Android) |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-auth | string | Authorization key and token | |
Content-Type | string | ||
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{}