cURL
curl --request POST \ --url https://managexrapi.com/v1/apps/{packageName}/versions \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: application/json' \ --data '{ "versionCode": 42, "apkUrl": "https://storage.example.com/apps/com.example.app.apk", "apkMd5": "d41d8cd98f00b204e9800998ecf8427e", "obbUrl": "https://storage.example.com/apps/com.example.app.obb", "obbMd5": "d41d8cd98f00b204e9800998ecf8427e", "versionName": "1.0.0", "versionLabel": "Quest", "apkSize": 72633861, "obbSize": 1024 }'
{ "data": { "id": "av_123", "type": "managed", "configurationDeployments": { "config_123": 1, "config_456": 0 }, "createdAt": 1645615777448, "updatedAt": 1687352117203, "versionCode": 83894522, "versionName": "8.7.8.1206", "versionLabel": "Quest", "apkSize": 72633861, "obbSize": 1024, "selfHosted": true, "apkUrl": "https://storage.example.com/apps/com.example.app.apk", "obbUrl": "https://storage.example.com/apps/com.example.app.obb" } }
Create a managed app version (Self-Hosted Only). Adds a new version of a self-hosted application. To create and upload a new app version to our servers, use the ManageXR CLI
Show child attributes