Method: issuer.update
Belirtilen yayıncı kimliğinin referans verdiği yayıncıyı günceller.
HTTP isteği
PUT https://walletobjects.googleapis.com/walletobjects/v1/issuer/{resourceId}
URL, gRPC Kod Dönüştürme söz dizimini kullanır.
Yol parametreleri
Parametreler |
resourceId |
string (int64 format)
Kartı verenin benzersiz tanımlayıcısıdır.
|
İstek içeriği
İstek metni, Issuer
öğesinin bir örneğini içerir.
Yanıt gövdesi
Başarılıysa yanıt metni, Issuer
öğesinin bir örneğini içerir.
Yetkilendirme kapsamları
Aşağıdaki OAuth kapsamını gerektirir:
https://www.googleapis.com/auth/wallet_object.issuer
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-03-13 UTC.
[null,null,["Son güncelleme tarihi: 2025-03-13 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"]]