Sınıfın benzersiz tanımlayıcısı. Bu kimlik, bir kartı veren kuruluşa ait tüm sınıflarda benzersiz olmalıdır. Bu değer issuer ID biçiminde olmalıdır.identifier. Bunlardan ilki Google tarafından verilir, ikincisi ise sizin tarafınızdan seçilir. Benzersiz tanımlayıcınız yalnızca alfanümerik karakterler, ".", "_" veya "-" işaretlerini içermelidir.
İstek içeriği
İstek metni, FlightClass öğesinin bir örneğini içerir.
Yanıt gövdesi
Başarılıysa yanıt metni, FlightClass öğ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: 2024-11-04 UTC."],[[["Updates an existing flight class with partial updates using patch semantics."],["The request should target the specific flight class resource using its unique identifier in the URL."],["The request body must contain a `FlightClass` object representing the desired changes."],["A successful update will return the updated `FlightClass` object in the response."],["This operation requires the `wallet_object.issuer` OAuth scope for authorization."]]],["The core action is updating a flight class using its unique `resourceId` via a PATCH HTTP request to a specific URL. The `resourceId` is a string formatted as `issuer ID.identifier`. The request body includes an instance of `FlightClass`, and a successful response also returns a `FlightClass` instance. This action requires `https://www.googleapis.com/auth/wallet_object.issuer` authorization scope. The parameters are defined as PATH parameter.\n"]]