App Installation
promoteVersion
Update an installed app to a new version
post/v1/app/{appId}/promote-to/{version}
Path parameters
appIdstring required
versionstring required
Response
App successfully promoted to new version
Example response
{
"components": [
{
"configuration": {
"override_dev_mode": {
"override_url": "http://localhost:3000"
},
"component_url": "https://cdn.apps.com/123/v1.0.0/bundle.js"
}
}
],
"_manifest": [
"123e4567-e89b-12d3-a456-426614174000"
]
}