Method: edits.details.update

  • The documentation describes how to update the details of an app using a PUT request to a specific URL.

  • The request requires path parameters for the package name and edit ID.

  • The request and successful response bodies contain instances of AppDetails.

  • Authorization requires the https://www.googleapis.com/auth/androidpublisher OAuth scope.

Updates details of an app.

HTTP request

PUT https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/edits/{editId}/details

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
packageName

string

Package name of the app.

editId

string

Identifier of the edit.

Request body

The request body contains an instance of AppDetails.

Response body

If successful, the response body contains an instance of AppDetails.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/androidpublisher