Method: issuer.patch
Aktualizuje wydawcę, do którego odwołuje się podany identyfikator wydawcy. Ta metoda obsługuje semantykę poprawki.
Żądanie HTTP
PATCH 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."],[[["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."]]],[]]