Method: issuer.update
העדכון של המנפיק שמשויך למזהה המנפיק הנתון.
בקשת HTTP
PUT https://walletobjects.googleapis.com/walletobjects/v1/issuer/{resourceId}
כתובת ה-URL משתמשת בתחביר של Transcoding של gRPC.
פרמטרים של נתיב
פרמטרים |
resourceId |
string (int64 format)
המזהה הייחודי של המנפיק.
|
גוף הבקשה
גוף הבקשה מכיל מופע של Issuer
.
גוף התשובה
אם הפעולה מצליחה, גוף התגובה מכיל מופע של Issuer
.
היקפי הרשאה
נדרש היקף הרשאות OAuth הבא:
https://www.googleapis.com/auth/wallet_object.issuer
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-11-07 (שעון UTC).
[null,null,["עדכון אחרון: 2024-11-07 (שעון UTC)."],[[["Updates an existing issuer record using the provided issuer ID."],["The request should be a PUT request to the specified URL with the issuer ID as a path parameter."],["The request body should contain the updated issuer data in the Issuer object format."],["A successful response will return the updated Issuer object."],["Requires `https://www.googleapis.com/auth/wallet_object.issuer` authorization scope."]]],["The core content describes updating an issuer using the provided issuer ID. A `PUT` HTTP request is sent to a specific URL with the issuer ID as a path parameter. The request body must include an `Issuer` instance, and if successful, the response body will also contain an `Issuer` instance. This operation requires the `https://www.googleapis.com/auth/wallet_object.issuer` authorization scope. The unique identifier for the issuer is represented as a string of `int64` format.\n"]]