Method: edits.details.patch

  • Patches details of an Android app using a PATCH request to a specific endpoint.

  • Requires providing the package name and edit ID as path parameters.

  • The request and response bodies both utilize the AppDetails object for data transfer.

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

Patches details of an app.

HTTP request

PATCH 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