AI-generated Key Takeaways
-
Creates a new edit for an Android app using an HTTP POST request.
-
Requires the
packageName
as a path parameter and anAppEdit
object in the request body. -
Returns a newly created
AppEdit
object in the response if successful. -
Needs authorization with the
https://www.googleapis.com/auth/androidpublisher
scope.
Creates a new edit for an app.
HTTP request
POST https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/edits
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
packageName |
Package name of the app. |
Request body
The request body contains an instance of AppEdit
.
Response body
If successful, the response body contains a newly created instance of AppEdit
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/androidpublisher