Method: edits.insert

  • This page details how to create a new edit for an app using an HTTP POST request.

  • The request URL includes a packageName parameter to identify the app.

  • The request and response bodies contain instances of the AppEdit object.

  • This operation requires the https://www.googleapis.com/auth/androidpublisher OAuth 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

string

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