v1

latestOpenAPI 3.0.42026-08-068161,1253.1 MB
Metadata

Get OTA information for a specific binary type with a given version on some channel. Returns empty list if no updates are found or channel/application with the given version does not exist in CVS.

get/v2/ota-version/{binaryType}

Path parameters

binaryTypestring required

Binary type of the application to get info for

Query parameters

channelstring

Channel name. If not provided, production is assumed.

versionstring

Application version

tagstring

Tag to filter results by. Only applicable to non-studio application types.

namestring

Name to filter results by. Only applicable to non-studio application types.

Response

OK

namestring

Ota library/plugin name

versionstring

Version number of asset

downloadUrlstring

URL to download the ota asset

isStandaloneboolean

Refers to whether the plugin is core to Studio functions, and is used to determine when it is loaded.

assetIdstring

The asset ID of the LuaApp OTA.

assetVersionstring

The asset version of the LuaApp OTA.

maxAppVersionstring

The maximum application version compatible with the LuaApp OTA.

tryoutNamestring

The name of the tryout for the LuaApp OTA.

localAssetURIstring

The local asset URI for the LuaApp OTA.

isForcedUpdateboolean

Indicates whether the LuaApp OTA is a forced update.

appStorageResetIdstring

The application storage reset ID for the LuaApp OTA.

isDevelopmentConfigboolean

Indicates whether the LuaApp OTA is a development configuration.

assetsManifestobject

Inlined assets manifest for the LuaApp OTA.

versionV2integer

VersionV2 of the OTA asset.