[[["เข้าใจง่าย","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\u003eUpdates a transit object using patch semantics, allowing for partial modifications.\u003c/p\u003e\n"],["\u003cp\u003eThe request requires a unique object ID in the URL path, following a specific format.\u003c/p\u003e\n"],["\u003cp\u003eThe request body and successful response both contain a \u003ccode\u003eTransitObject\u003c/code\u003e resource.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization requires the \u003ccode\u003ewallet_object.issuer\u003c/code\u003e scope for object manipulation.\u003c/p\u003e\n"]]],["This describes updating a transit object using a PATCH request to the specified URL: `https://walletobjects.googleapis.com/walletobjects/v1/transitObject/{resourceId}`. The `resourceId` path parameter is a unique string identifier following a specific format. The request body requires a `TransitObject` instance, and a successful response returns an updated `TransitObject`. Authorization needs the `https://www.googleapis.com/auth/wallet_object.issuer` OAuth scope. The identifier should only include alphanumeric characters, '.', '_', or '-'.\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 transit object referenced by the given object ID. This method supports patch semantics.\n\nHTTP request\n\n`PATCH https://walletobjects.googleapis.com/walletobjects/v1/transitObject/{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 should follow the format \u003cvar translate=\"no\"\u003eissuer ID\u003c/var\u003e.\u003cvar translate=\"no\"\u003eidentifier\u003c/var\u003e where the former is issued by Google and latter is chosen by you. Your unique identifier should only include alphanumeric characters, '.', '_', or '-'. |\n\nRequest body\n\nThe request body contains an instance of [TransitObject](/wallet/reference/rest/v1/transitobject#TransitObject).\n\nResponse body\n\nIf successful, the response body contains an instance of [TransitObject](/wallet/reference/rest/v1/transitobject#TransitObject).\n\nAuthorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/wallet_object.issuer`"]]