Method: issuer.patch
Belirtilen düzenleyen kimliği tarafından belirtilen kartı vereni günceller. Bu yöntem yama anlamını destekler.
HTTP isteği
PATCH 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ı veren kuruluşun benzersiz tanımlayıcısı.
|
İ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: 2024-11-07 UTC.
[null,null,["Son güncelleme tarihi: 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"]]