Requires authorization
Creates or updates a localized store listing. This method supports patch semantics.
Request
HTTP request
PATCH https://www.googleapis.com/androidpublisher/v2/applications/packageName/edits/editId/listings/language
Parameters
Parameter name | Value | Description |
---|---|---|
Path parameters | ||
editId |
string |
Unique identifier for this edit. |
language |
string |
The language code (a BCP-47 language tag) of the localized listing to read or modify. For example, to select Latin American Spanish, pass "es-419". |
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 (read more about authentication and authorization).
Scope |
---|
https://www.googleapis.com/auth/androidpublisher |
Request body
In the request body, supply the relevant portions of an Edits.listings resource, according to the rules of patch semantics.
Response
If successful, this method returns an Edits.listings resource in the response body.