Apps And Solutions
Application

Add a new version to an application

1min
POST
/developer/apps/{appId}/versions

Adds a new version to an existing application. The new version of the application will be created with the same metadata as the previous version, or parent version (if defined), of the application except for the version number and the lifecycle phase which gets reset to Development. Once a new version is created, the appId remains the same but the version id will be different. Any new app attribute updates should be done using a combination of the appId and a new version id.

RequiredFieldDescription
YESversionSemantic version of the application version that is being added.
NOparentVersionSemantic version of the application version you want to copy from.

Note: The current application version must be in a LIVE state before a new version can be added.

Access: API can be accessed by users who are part of the team which the application belongs to.

Path Parameters
appId
*
Header Parameters
x-developerplatform-access
*
Body Parameters
body
*
version
*
parentVersion
Responses
200
id
*
201
id
*
400
Something is incorrect in the request body.
error
*
request
*
403
User does not have access to the app's org/team combo
error
*
request
*
404
App not found based on provided app id
error
*
request
*
Curl
JS
Ruby
Python
Responses
200
201
400
403
404