Bir nesnenin benzersiz tanımlayıcısıdır. Bu kimlik, bir verenin tüm nesneleri arasında benzersiz olmalıdır. Bu değerin, issuerID'ın Google tarafından verildiği ve identifier'nin sizin tarafınızdan seçildiği issuerID.identifier biçimini izlemesi gerekir. Benzersiz tanımlayıcı yalnızca alfanümerik karakterler, ., _ veya - içerebilir.
İstek içeriği
İstek metni, GenericObject öğesinin bir örneğini içerir.
Yanıt gövdesi
Başarılıysa yanıt metni, GenericObject öğ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."],[[["This PUT request updates a generic object referenced by its unique ID."],["The object ID must follow a specific format: `issuerID.identifier`."],["Request and response bodies both utilize the `GenericObject` schema."],["Authorization requires the `https://www.googleapis.com/auth/wallet_object.issuer` scope."]]],["The document details updating a generic object via a `PUT` HTTP request to a specific URL using gRPC Transcoding. The URL requires a `resourceId` path parameter, formatted as `issuerID.identifier`, to uniquely identify the object. The request body must contain a `GenericObject` instance, and a successful response will also return a `GenericObject` instance. The operation requires the `https://www.googleapis.com/auth/wallet_object.issuer` OAuth scope.\n"]]