Giá trị nhận dạng duy nhất của một đối tượng. Mã nhận dạng này phải là mã duy nhất trên tất cả các đối tượng của một nhà phát hành. Giá trị này phải tuân theo định dạng issuer ID.identifier, trong đó mã do Google phát hành và mã sau do bạn chọn. Giá trị nhận dạng duy nhất của bạn chỉ được bao gồm ký tự chữ-số, ".", "_" hoặc "-".
Nội dung yêu cầu
Nội dung yêu cầu chứa một bản sao của TransitObject.
Nội dung phản hồi
Nếu thành công, nội dung phản hồi sẽ chứa một phiên bản của TransitObject.
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 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,["# Method: transitobject.patch\n\n- [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\n### HTTP 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\n### Path 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\n### Request body\n\nThe request body contains an instance of [TransitObject](/wallet/reference/rest/v1/transitobject#TransitObject).\n\n### Response body\n\nIf successful, the response body contains an instance of [TransitObject](/wallet/reference/rest/v1/transitobject#TransitObject).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/wallet_object.issuer`"]]