Updates app details for this edit. This method supports patch semantics.
Request
HTTP request
PATCH https://www.googleapis.com/androidpublisher/v3/applications/packageName/edits/editId/details
Parameters
Parameter name | Value | Description |
---|---|---|
Path parameters | ||
editId |
string |
Unique identifier for this edit. |
packageName |
string |
Unique identifier for the Android app that is being updated; for example, "com.spiffygame". |
Authorization
This request requires authorization with the following scope:
Scope |
---|
https://www.googleapis.com/auth/androidpublisher |
For more information, see the authentication and authorization page.
Request body
In the request body, supply the relevant portions of an Edits.details resource, according to the rules of patch semantics.
Response
If successful, this method returns an Edits.details resource in the response body.