المعرّف الفريد للعنصر يجب أن يكون هذا المعرّف فريدًا في جميع العناصر الصادرة عن جهة إصدار. يجب أن تكون هذه القيمة بالتنسيق issuer ID.identifier حيث تُصدر Google المعرّف الأول ويمكنك اختيار المعرّف الثاني. يجب أن يتضمّن المعرّف الفريد أحرفًا أبجدية رقمية فقط أو النقطة أو الشرطة السفلية أو الشرطة المائلة.
تاريخ التعديل الأخير: 2024-11-07 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","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 (حسب التوقيت العالمي المتفَّق عليه)"],[[["This method updates an existing loyalty object using patch semantics and the object's unique identifier."],["The request body and successful response body both contain a LoyaltyObject."],["Requires `https://www.googleapis.com/auth/wallet_object.issuer` authorization scope for access."],["Object IDs must follow a specific format of \u003cvar translate=\"no\"\u003eissuer ID\u003c/var\u003e.\u003cvar translate=\"no\"\u003eidentifier\u003c/var\u003e with alphanumeric characters, '.', '_', or '-'."],["Uses gRPC Transcoding syntax in the request URL."]]],["The content details updating a loyalty object via a PATCH request to a specific URL: `https://walletobjects.googleapis.com/walletobjects/v1/loyaltyObject/{resourceId}`. The `resourceId` parameter in the path uniquely identifies the object. The request body is a `LoyaltyObject` instance, and a successful response returns an updated `LoyaltyObject`. Authorization requires the `https://www.googleapis.com/auth/wallet_object.issuer` OAuth scope. The object ID format is `issuer ID.identifier` using alphanumeric characters, '.', '_', or '-'.\n"]]