v1
latestOpenAPI 3.0.02026-07-147249104.6 KBUpdates the app or creates a new version
- This method is called on behalf of a developer.
- Price and is required if the model is 'single' or 'recurring'
- Returns the newly updated app
- This endpoint replaces the entire object to match the request (absolute update). In contrast, the PATCH version of this endpoint updates only the fields provided in the request (relative update).
Path parameters
The id of the App to be updated
The version of the App to be updated
Query parameters
The unique id of the developer that is updating this app
The name of the app
The type for this app
A JSON object representing the pricing model type for this app
A custom JSON object that you can create and attach to this record
A custom set of app attributes defined by the administrator and attached to this app
JSON object to restrict users from purchasing or viewing this app. Example: {'view':{'country':['Canada','Mexico']},'purchase':{'country':['Canada','Mexico']}} restricts users from canada and mexico from viewing or purchasing this app
JSON object to allow users to purchase or view this app. Example: {'purchase':{'country':['Canada','Mexico']}} allows only users from canada and mexico to purchase this app
JSON array of data access requirements
False if updates should skip the approval process and be available immediately. Default is True
Response
OK