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
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"ApplicationVersionKey":""}