AI-generated Key Takeaways
-
This page details how to create a new edit for an app using an HTTP POST request.
-
The request URL includes a
packageNameparameter to identify the app. -
The request and response bodies contain instances of the
AppEditobject. -
This operation requires the
https://www.googleapis.com/auth/androidpublisherOAuth scope for authorization.
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