[[["เข้าใจง่าย","easyToUnderstand","thumb-up"],["แก้ปัญหาของฉันได้","solvedMyProblem","thumb-up"],["อื่นๆ","otherUp","thumb-up"]],[["ไม่มีข้อมูลที่ฉันต้องการ","missingTheInformationINeed","thumb-down"],["ซับซ้อนเกินไป/มีหลายขั้นตอนมากเกินไป","tooComplicatedTooManySteps","thumb-down"],["ล้าสมัย","outOfDate","thumb-down"],["ปัญหาเกี่ยวกับการแปล","translationIssue","thumb-down"],["ตัวอย่าง/ปัญหาเกี่ยวกับโค้ด","samplesCodeIssue","thumb-down"],["อื่นๆ","otherDown","thumb-down"]],["อัปเดตล่าสุด 2024-11-07 UTC"],[[["This method updates an existing loyalty object using patch semantics and the object's unique identifier."],["The request body and successful response body both contain a LoyaltyObject."],["Requires `https://www.googleapis.com/auth/wallet_object.issuer` authorization scope for access."],["Object IDs must follow a specific format of \u003cvar translate=\"no\"\u003eissuer ID\u003c/var\u003e.\u003cvar translate=\"no\"\u003eidentifier\u003c/var\u003e with alphanumeric characters, '.', '_', or '-'."],["Uses gRPC Transcoding syntax in the request URL."]]],["The content details updating a loyalty object via a PATCH request to a specific URL: `https://walletobjects.googleapis.com/walletobjects/v1/loyaltyObject/{resourceId}`. The `resourceId` parameter in the path uniquely identifies the object. The request body is a `LoyaltyObject` instance, and a successful response returns an updated `LoyaltyObject`. Authorization requires the `https://www.googleapis.com/auth/wallet_object.issuer` OAuth scope. The object ID format is `issuer ID.identifier` using alphanumeric characters, '.', '_', or '-'.\n"]]