Environments Applications Versions Create

POST {{baseUrl}}/environments/:EnvironmentKey/applications/:ApplicationKey/versions/

Creates a new version of the application based on the current running application.

Request Body

{"ChangeLog"=>"", "Version"=>"", "MobileVersions"=>[{"NativePlatform"=>"", "VersionNumber"=>"", "VersionDescription"=>""}, {"NativePlatform"=>"", "VersionNumber"=>"", "VersionDescription"=>""}], "ModuleVersionKeys"=>["", ""]}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"ApplicationVersionKey":""}