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