[[["เข้าใจง่าย","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"],[[["Adds a message to an existing generic object using its unique identifier."],["The request should be a `POST` request to the specified URL with the object ID as a path parameter and an `AddMessageRequest` in the body."],["Successful responses will contain the updated `GenericObject` resource in JSON format."],["Requires the `https://www.googleapis.com/auth/wallet_object.issuer` OAuth scope for authorization."]]],["This document details adding a message to a generic object via an HTTP POST request to `https://walletobjects.googleapis.com/walletobjects/v1/genericObject/{resourceId}/addMessage`. The `resourceId`, a unique object identifier, is a required path parameter. The request body contains an `AddMessageRequest`. A successful request returns an updated `GenericObject` in the response body, represented in JSON, including the `resource` field. This action requires the `https://www.googleapis.com/auth/wallet_object.issuer` OAuth scope.\n"]]