directupdate

Description

send direct getDirectUpdateZip to the client

Method

GET

Path

[runtime-name]/api/directupdate/{version}/{checksum}/{delta}

Path Parameters

version
version
delta
either 'full' getDirectUpdateZip or incremental (a.k.a 'delta')
checksum
zip checksum of the request application version

Query Parameters

appId
package name for Android or bundleId for iOS
clientPlatform
the client OS name. for example: ios / android / windows
action
either 'getzip' (default) or 'base64' (base64 is used for iOS only)
range
optional: specify a range of bytes to be download from the full direct getDirectUpdateZip

Produces

*/*

Responses

404
This application doesn't have direct getDirectUpdateZip support or application is unknown
200
response was sent with a zip stream
401
Unauthorized
403
Forbidden