Method: permissions.update
Aktualisiert die Berechtigungen für den angegebenen Aussteller.
HTTP-Anfrage
PUT https://walletobjects.googleapis.com/walletobjects/v1/permissions/{resourceId}
Die URL verwendet die Syntax der gRPC-Transcodierung.
Pfadparameter
Parameter |
resourceId |
string (int64 format)
Die eindeutige Kennung für einen Aussteller. Diese ID muss für alle Aussteller eindeutig sein.
|
Anfragetext
Der Anfragetext enthält eine Instanz von Permissions
.
Antworttext
Wenn der Vorgang erfolgreich abgeschlossen wurde, enthält der Antworttext eine Instanz von Permissions
.
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)."],[[["Updates permissions for a given issuer using a PUT request."],["Requires a unique issuer ID as a path parameter in the request URL."],["Uses Permissions object in the request and response body for managing permissions data."],["Needs 'wallet_object.issuer' OAuth scope for authorization."]]],["The core content describes updating permissions for an issuer using a PUT request to a specific URL: `https://walletobjects.googleapis.com/walletobjects/v1/permissions/{resourceId}`. The `resourceId` parameter in the URL path identifies the issuer. The request body includes `Permissions` data, and a successful response also contains `Permissions`. This process requires the `https://www.googleapis.com/auth/wallet_object.issuer` OAuth scope for authorization.\n"]]