[[["易于理解","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"]],["最后更新时间 (UTC):2025-03-13。"],[[["This endpoint allows you to add a message to an existing event ticket object using a POST request."],["You need to provide the unique object ID as a path parameter to identify the target event ticket."],["The request body should contain an `AddMessageRequest` object with the message details."],["A successful response will include the updated `EventTicketObject` resource."],["This operation requires the `https://www.googleapis.com/auth/wallet_object.issuer` OAuth scope for authorization."]]],["This describes adding a message to an event ticket object via a POST request to `https://walletobjects.googleapis.com/walletobjects/v1/eventTicketObject/{resourceId}/addMessage`. The `resourceId`, a unique object identifier, is a path parameter. The request body should be an `AddMessageRequest`. A successful response includes the updated `EventTicketObject` within a JSON object, under the field `resource`. This action requires the `https://www.googleapis.com/auth/wallet_object.issuer` authorization scope.\n"]]