Method: issuer.update
Aktualizuje wydawcę, do którego odwołuje się podany identyfikator wydawcy.
Żądanie HTTP
PUT https://walletobjects.googleapis.com/walletobjects/v1/issuer/{resourceId}
Adres URL używa składni transkodowania gRPC.
Parametry ścieżki
Parametry |
resourceId |
string (int64 format)
Unikalny identyfikator wydawcy.
|
Treść żądania
Treść żądania zawiera wystąpienie elementu Issuer
.
Treść odpowiedzi
W przypadku powodzenia treść odpowiedzi obejmuje wystąpienie elementu Issuer
.
Zakresy autoryzacji
Wymaga następującego zakresu OAuth:
https://www.googleapis.com/auth/wallet_object.issuer
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-11-07 UTC.
[null,null,["Ostatnia aktualizacja: 2024-11-07 UTC."],[[["Updates an existing issuer record using the provided issuer ID."],["The request should be a PUT request to the specified URL with the issuer ID as a path parameter."],["The request body should contain the updated issuer data in the Issuer object format."],["A successful response will return the updated Issuer object."],["Requires `https://www.googleapis.com/auth/wallet_object.issuer` authorization scope."]]],[]]