המזהה הייחודי של אובייקט. המזהה הזה חייב להיות ייחודי בכל האובייקטים של המנפיק. הערך צריך להיות בפורמט issuer ID.identifier, כאשר המזהה הראשון מונפק על ידי Google והשני נבחר על ידכם. המזהה הייחודי יכול לכלול רק תווים אלפאנומריים, '.', '_' או '-'.
[[["התוכן קל להבנה","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)."],[[["Updates a transit object using patch semantics, allowing for partial modifications."],["The request requires a unique object ID in the URL path, following a specific format."],["The request body and successful response both contain a `TransitObject` resource."],["Authorization requires the `wallet_object.issuer` scope for object manipulation."]]],["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"]]