[[["เข้าใจง่าย","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"]],["อัปเดตล่าสุด 2025-07-25 UTC"],[[["\u003cp\u003eThis PUT request updates a generic object referenced by its unique ID.\u003c/p\u003e\n"],["\u003cp\u003eThe object ID must follow a specific format: \u003ccode\u003eissuerID.identifier\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eRequest and response bodies both utilize the \u003ccode\u003eGenericObject\u003c/code\u003e schema.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization requires the \u003ccode\u003ehttps://www.googleapis.com/auth/wallet_object.issuer\u003c/code\u003e scope.\u003c/p\u003e\n"]]],["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"],null,["- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n\nUpdates the generic object referenced by the given object ID.\n\nHTTP request\n\n`PUT https://walletobjects.googleapis.com/walletobjects/v1/genericObject/{resourceId}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\nPath parameters\n\n| Parameters ||\n|--------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `resourceId` | `string` The unique identifier for an object. This ID must be unique across all objects from an issuer. This value needs to follow the format `issuerID.identifier` where `issuerID` is issued by Google and `identifier` is chosen by you. The unique identifier can only include alphanumeric characters, `.`, `_`, or `-`. |\n\nRequest body\n\nThe request body contains an instance of [GenericObject](/wallet/reference/rest/v1/genericobject#GenericObject).\n\nResponse body\n\nIf successful, the response body contains an instance of [GenericObject](/wallet/reference/rest/v1/genericobject#GenericObject).\n\nAuthorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/wallet_object.issuer`"]]