Method: walletobjects.v1.privateContent.setPassUpdateNotice
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
Google को निजी पास के अपडेट के बारे में जानकारी दें. इससे Google, उस डिवाइस पर अपडेट की सूचना दे पाएगा जिस पर फ़िलहाल यह पास मौजूद है.
एचटीटीपी अनुरोध
POST https://walletobjects.googleapis.com/walletobjects/v1/privateContent/setPassUpdateNotice
यूआरएल में gRPC ट्रांसकोडिंग सिंटैक्स का इस्तेमाल किया गया है.
अनुरोध का मुख्य भाग
अनुरोध के मुख्य भाग में नीचे दिए गए स्ट्रक्चर वाला डेटा होता है:
JSON के काेड में दिखाना |
{
"externalPassId": string,
"updatedPassJwtSignature": string,
"updateUri": string
} |
फ़ील्ड |
externalPassId |
string
ज़रूरी है. पास का पूरा आइडेंटिफ़ायर, जिसकी जानकारी पास जारी करने वाली कंपनी को पास के मालिकों को देनी है. इसे <issuerId.externalUid> के तौर पर फ़ॉर्मैट किया गया है.
|
updatedPassJwtSignature |
string
ज़रूरी है. अपडेट किए गए उस पास का JWT हस्ताक्षर जिसकी जानकारी जारी करने वाले को Google को देनी है. सिर्फ़ उन डिवाइसों को अपडेट की सूचना मिलेगी जिनमें इस JWT हस्ताक्षर के बजाय कोई दूसरा JWT हस्ताक्षर मौजूद है.
|
updateUri |
string
ज़रूरी है. पास जारी करने वाले एजेंसी का एंडपॉइंट यूआरआई, जिसका इस्तेमाल करके पास का अपडेट किया गया JWT पाने के लिए, पास के मालिक को उस पर जाना होगा. इसमें कोई संवेदनशील जानकारी नहीं होनी चाहिए. उपयोगकर्ता को अपडेट किया गया JWT देने से पहले, एंडपॉइंट को उपयोगकर्ता की पुष्टि करनी होगी. अपडेट यूआरआई का उदाहरण https://someissuer.com/update/passId=someExternalPassId
|
जवाब का मुख्य भाग
अगर एपीआई सही से जुड़ जाता है, तो जवाब का मुख्य हिस्सा खाली होता है.
अनुमति के दायरे
नीचे दिए गए OAuth के लिंक की ज़रूरत हाेती है:
https://www.googleapis.com/auth/wallet_object.issuer
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया."],[],[],null,["# Method: walletobjects.v1.privateContent.setPassUpdateNotice\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Request body](#body.request_body)\n - [JSON representation](#body.request_body.SCHEMA_REPRESENTATION)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n\nProvide Google with information about awaiting private pass update. This will allow Google to provide the update notification to the device that currently holds this pass.\n\n### HTTP request\n\n`POST https://walletobjects.googleapis.com/walletobjects/v1/privateContent/setPassUpdateNotice`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Request body\n\nThe request body contains data with the following structure:\n\n| JSON representation |\n|----------------------------------------------------------------------------------------------|\n| ``` { \"externalPassId\": string, \"updatedPassJwtSignature\": string, \"updateUri\": string } ``` |\n\n| Fields ||\n|---------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `externalPassId` | `string` Required. A fully qualified identifier of the pass that the issuer wants to notify the pass holder(s) about. Formatted as \\\u003cissuerId.externalUid\\\u003e. |\n| `updatedPassJwtSignature` | `string` Required. The JWT signature of the updated pass that the issuer wants to notify Google about. Only devices that report a different JWT signature than this JWT signature will receive the update notification. |\n| `updateUri` | `string` Required. The issuer endpoint URI the pass holder needs to follow in order to receive an updated pass JWT. It can not contain any sensitive information. The endpoint needs to authenticate the user before giving the user the updated JWT. Example update URI \u003chttps://someissuer.com/update/passId=someExternalPassId\u003e |\n\n### Response body\n\nIf successful, the response body is empty.\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/wallet_object.issuer`"]]