Method: issuer.patch
Aktualisiert den Aussteller, auf den die angegebene Aussteller-ID verweist. Diese Methode unterstützt die Patch-Semantik.
HTTP-Anfrage
PATCH https://walletobjects.googleapis.com/walletobjects/v1/issuer/{resourceId}
Die URL verwendet die Syntax der gRPC-Transcodierung.
Pfadparameter
Parameter |
resourceId |
string (int64 format)
Die eindeutige Kennung für einen Aussteller.
|
Anfragetext
Der Anfragetext enthält eine Instanz von Issuer
.
Antworttext
Wenn der Vorgang erfolgreich abgeschlossen wurde, enthält der Antworttext eine Instanz von Issuer
.
Autorisierungsbereiche
Erfordert den folgenden OAuth-Bereich:
https://www.googleapis.com/auth/wallet_object.issuer
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: 2024-11-07 (UTC).
[null,null,["Zuletzt aktualisiert: 2024-11-07 (UTC)."],[[["This document outlines how to update an existing issuer using the Google Wallet Objects API with a PATCH request."],["You will need to provide the issuer ID as a path parameter and send the updated issuer data in the request body."],["The request and response bodies both utilize the `Issuer` object structure as defined in the API reference."],["To successfully execute this request, you must possess the `https://www.googleapis.com/auth/wallet_object.issuer` authorization scope."]]],[]]