Method: edits.listings.update
Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Es wird ein lokalisierter Store-Eintrag erstellt oder aktualisiert.
HTTP-Anfrage
PUT https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/edits/{editId}/listings/{language}
Die URL verwendet die Syntax der gRPC-Transcodierung.
Pfadparameter
Parameter |
packageName |
string
Paketname der App.
|
editId |
string
ID der Änderung.
|
language |
string
Sprachlokalisierungscode (ein BCP-47-Sprachcode, zum Beispiel "de-AT" für Österreichisches Deutsch)
|
Anfragetext
Der Anfragetext enthält eine Instanz von Listing
.
Antworttext
Wenn der Vorgang erfolgreich abgeschlossen wurde, enthält der Antworttext eine Instanz von Listing
.
Autorisierungsbereiche
Erfordert den folgenden OAuth-Bereich:
https://www.googleapis.com/auth/androidpublisher
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2025-07-26 (UTC).
[null,null,["Zuletzt aktualisiert: 2025-07-26 (UTC)."],[[["\u003cp\u003eCreates or updates a localized store listing for an Android app.\u003c/p\u003e\n"],["\u003cp\u003eRequires the \u003ccode\u003ehttps://www.googleapis.com/auth/androidpublisher\u003c/code\u003e OAuth scope for authorization.\u003c/p\u003e\n"],["\u003cp\u003eUses a \u003ccode\u003ePUT\u003c/code\u003e request to \u003ccode\u003ehttps://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/edits/{editId}/listings/{language}\u003c/code\u003e with path parameters for package name, edit ID, and language.\u003c/p\u003e\n"],["\u003cp\u003eThe request and response bodies utilize the \u003ccode\u003eListing\u003c/code\u003e object to handle store listing data.\u003c/p\u003e\n"]]],["This describes the process to create or update a localized store listing using a `PUT` HTTP request. The URL, utilizing gRPC Transcoding, includes `packageName`, `editId`, and `language` as path parameters. The request and response bodies both use the `Listing` object. Successful actions are authenticated with the `https://www.googleapis.com/auth/androidpublisher` OAuth scope. The core function is to modify store listings based on given information.\n"],null,["# Method: edits.listings.update\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nCreates or updates a localized store listing.\n\n### HTTP request\n\n`PUT https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/edits/{editId}/listings/{language}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|---------------|--------------------------------------------------------------------------------------------------------|\n| `packageName` | `string` Package name of the app. |\n| `editId` | `string` Identifier of the edit. |\n| `language` | `string` Language localization code (a BCP-47 language tag; for example, \"de-AT\" for Austrian German). |\n\n### Request body\n\nThe request body contains an instance of [Listing](/android-publisher/api-ref/rest/v3/edits.listings#Listing).\n\n### Response body\n\nIf successful, the response body contains an instance of [Listing](/android-publisher/api-ref/rest/v3/edits.listings#Listing).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/androidpublisher`"]]