Bir sınıfın benzersiz tanımlayıcısıdır. Bu kimlik, kartı veren kuruluşun tüm sınıflarında benzersiz olmalıdır. Bu değer issuer ID biçiminde olmalıdır.identifier: İlk sertifika Google tarafından verilir, ikincisini siz seçersiniz. Benzersiz tanımlayıcınız yalnızca alfanümerik karakterler, '.', '_' veya '-' içermelidir.
İstek içeriği
İstek metni, LoyaltyClass öğesinin bir örneğini içerir.
Yanıt gövdesi
Başarılıysa yanıt metni, LoyaltyClass öğesinin bir örneğini içerir.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2025-03-13 UTC."],[[["Updates an existing loyalty class using patch semantics, allowing for partial modifications."],["Requires a unique loyalty class ID in the request URL following a specific format."],["The request body should contain the updated LoyaltyClass object details."],["A successful response will return the updated LoyaltyClass object."],["Requires the `https://www.googleapis.com/auth/wallet_object.issuer` OAuth scope for authorization."]]],["The content details updating a loyalty class via a `PATCH` request to a specific URL: `https://walletobjects.googleapis.com/walletobjects/v1/loyaltyClass/{resourceId}`. The `resourceId` path parameter uniquely identifies the class, following the format `issuer ID.identifier`. The request body must be an instance of `LoyaltyClass`, and upon success, the response body will also contain a `LoyaltyClass` instance. Authorization requires the `https://www.googleapis.com/auth/wallet_object.issuer` OAuth scope.\n"]]