- 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