AI-generated Key Takeaways
-
Commits changes made within an app edit, finalizing them for the specified app package.
-
Utilizes specific path parameters, including package name and edit ID, to target the desired application and edit.
-
Optionally uses a query parameter to indicate if changes should be held for manual review within the Google Play Console.
-
Requires authorization using the
https://www.googleapis.com/auth/androidpublisher
scope for access. -
Upon successful completion, the API provides an
AppEdit
object in the response.
- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Commits an app edit.
HTTP request
POST https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/edits/{editId}:commit
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
packageName |
Package name of the app. |
editId |
Identifier of the edit. |
Query parameters
Parameters | |
---|---|
changesNotSentForReview |
When a rejection happens, the parameter will make sure that the changes in this edit won't be reviewed until they are explicitly sent for review from within the Google Play Console UI. These changes will be added to any other changes that are not yet sent for review. |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of AppEdit
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/androidpublisher