Requires authorization
Commits/applies the changes made in this edit back to the app.
The current live version is replaced with the specified edit. If any other users have open edits for this app, those edits are invalidated.
Note: If the specified edit is invalid, the method throws an exception. Your edit will become invalid if:
- You open another edit for the same app after you open this edit
- Any other user commits an edit for the app while your edit is open
- You or any other user makes a change to the app through the Developer Console while your edit is open
Request
HTTP request
POST https://www.googleapis.com/androidpublisher/v2/applications/packageName/edits/editId:commit
Parameters
Parameter name | Value | Description |
---|---|---|
Path parameters | ||
editId |
string |
Unique identifier for this edit. |
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
Do not supply a request body with this method.
Response
If successful, this method returns an Edits resource in the response body.