Requires authorization
Creates a new edit for an app, populated with the app's current state.
The live state of the app (including its APKs, listings, pricing, and so on) is copied into a new edit, and the edit ID is returned in an Edits resource. (An Edits resource is passed to this method in the request body, but the contents of that resource are ignored.)
If this user already has an open edit for this app, the existing edit is discarded and a new edit (based on the live app's state) is created.
Request
HTTP request
POST https://www.googleapis.com/androidpublisher/v2/applications/packageName/edits
Parameters
Parameter name | Value | Description |
---|---|---|
Path parameters | ||
packageName |
string |
Unique identifier for the Android app that is being updated; for example, "com.spiffygame". |
Authorization
This request requires authorization with the following scope (read more about authentication and authorization).
Scope |
---|
https://www.googleapis.com/auth/androidpublisher |
Request body
In the request body, supply an Edits resource.
Response
If successful, this method returns an Edits resource in the response body. The Edits.id field contains the ID of the new edit.