Method: issuer.update
Actualiza la entidad emisora a la que hace referencia el ID de entidad emisora determinado.
Solicitud HTTP
PUT 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 una entidad emisora.
|
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)"],[[["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."]]],["The core content describes updating an issuer using the provided issuer ID. A `PUT` HTTP request is sent to a specific URL with the issuer ID as a path parameter. The request body must include an `Issuer` instance, and if successful, the response body will also contain an `Issuer` instance. This operation requires the `https://www.googleapis.com/auth/wallet_object.issuer` authorization scope. The unique identifier for the issuer is represented as a string of `int64` format.\n"]]