AppVersion
Enables an application version
post/app/{appId}/version/{version}/enable
Path parameters
appIdnumber required
ID of the target application
versionnumber required
Version # of the target application version
Response
Successful operation
Example response
{
"appId": 12312345,
"version": 1,
"enabled": true,
"changes": "I am a changelog trapped in a computer!"
}