Method: issuer.patch
Actualiza la entidad emisora a la que hace referencia el ID de entidad emisora determinado. Este método es compatible con la semántica de parches.
Solicitud HTTP
PATCH https://walletobjects.googleapis.com/walletobjects/v1/issuer/{resourceId}
La URL usa la sintaxis de la transcodificación gRPC.
Parámetros de ruta de acceso
Parámetros |
resourceId |
string (int64 format)
Es el identificador único de un emisor.
|
Cuerpo de la solicitud
El cuerpo de la solicitud contiene una instancia de Issuer
.
Cuerpo de la respuesta
Si se ejecuta de forma correcta, el cuerpo de la respuesta contiene una instancia de Issuer
.
Permisos de autorización
Requiere el siguiente alcance de OAuth:
https://www.googleapis.com/auth/wallet_object.issuer
Salvo que se indique lo contrario, el contenido de esta página está sujeto a la licencia Atribución 4.0 de Creative Commons, y los ejemplos de código están sujetos a la licencia Apache 2.0. Para obtener más información, consulta las políticas del sitio de Google Developers. Java es una marca registrada de Oracle o sus afiliados.
Última actualización: 2024-11-07 (UTC)
[null,null,["Última actualización: 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."]]],["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"]]