Method: issuer.patch
Aggiorna l'emittente a cui fa riferimento l'ID emittente specificato. Questo metodo supporta la semantica della patch.
Richiesta HTTP
PATCH https://walletobjects.googleapis.com/walletobjects/v1/issuer/{resourceId}
L'URL utilizza la sintassi di transcodifica gRPC.
Parametri del percorso
Parametri |
resourceId |
string (int64 format)
L'identificatore univoco di un emittente.
|
Corpo della richiesta
Il corpo della richiesta contiene un'istanza di Issuer
.
Corpo della risposta
In caso di esito positivo, il corpo della risposta contiene un'istanza di Issuer
.
Ambiti di autorizzazione
Richiede il seguente ambito OAuth:
https://www.googleapis.com/auth/wallet_object.issuer
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2025-03-13 UTC.
[null,null,["Ultimo aggiornamento 2025-03-13 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."]]],["The core content describes updating an issuer using a PATCH request. The action occurs at the specified URL: `https://walletobjects.googleapis.com/walletobjects/v1/issuer/{resourceId}`, where `resourceId` (a string representing a 64-bit integer) uniquely identifies the issuer. The request body should be a JSON, and if successful, the response also is. Authorization requires the `https://www.googleapis.com/auth/wallet_object.issuer` OAuth scope.\n"]]