AI-generated Key Takeaways
-
The provided content outlines the details for committing an app edit via an HTTP POST request.
-
It specifies the necessary path parameters,
packageName
andeditId
, and an optional query parameter,changesNotSentForReview
. -
The request body must be empty, and a successful response returns an instance of
AppEdit
. -
Authorization requires the
https://www.googleapis.com/auth/androidpublisher
OAuth scope.
- 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