Install Device Package

PUT {{baseUrl}}/v1/device/:deviceUid/package-install

Install a package with specific version to device by deviceUid.

Parameters

FieldTypeRequiredDescription
deviceUidstringrequiredDevice application id

Body

content-type: application/json or application/x-www-form-urlencoded

FieldTypeRequiredDescription
packageNamestringrequiredPackageName of package to install
versionstringrequiredVersion (typically semver) of package to install
buildstringoptionalBuild tag of package version to install. Typically architecture (arm, x386, x64 or versionCode for Android)

HEADERS

KeyDatatypeRequiredDescription
x-authstringAuthorization key and token
Content-Typestring
Content-Typestring
Acceptstring

RESPONSES

status: OK

{}