Method: grants.patch
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
מעדכן את הגישה של המשתמש לחבילה הנתונה.
בקשת HTTP
PATCH https://androidpublisher.googleapis.com/androidpublisher/v3/{grant.name=developers/*/users/*/grants/*}
בכתובת ה-URL נעשה שימוש בתחביר המרת gRPC.
פרמטרים של נתיב
פרמטרים |
grant.name |
string
חובה. שם המשאב של המענק הזה, לפי התבנית "developers/{developer}/users/{email}/grants/{packageName}". אם המענק הזה מיועד לטיוטה של אפליקציה, ייעשה שימוש במזהה האפליקציה בשם המשאב הזה במקום בשם החבילה.
|
פרמטרים של שאילתה
פרמטרים |
updateMask |
string (FieldMask format)
אפשרות. רשימת השדות לעדכון. זוהי רשימה של שמות שדות מלאים, שמופרדים בפסיקים. דוגמה: "user.displayName,photo"
|
גוף הבקשה
גוף הבקשה מכיל מופע של Grant
.
גוף התגובה
אם הפעולה בוצעה ללא שגיאות, גוף התגובה יכלול מופע של Grant
.
היקפי הרשאות
נדרש היקף OAuth הבא:
https://www.googleapis.com/auth/androidpublisher
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-08-22 (שעון UTC).
[[["התוכן קל להבנה","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-08-22 (שעון UTC)."],[[["Updates a user's access to a specific package within the Google Play Developer API."],["The request must specify the grant resource name using a specific pattern, which includes the developer ID, user email, and package name or app ID for draft apps."],["Optionally, a field mask can be provided to specify which fields of the grant should be updated."],["The request and response bodies both utilize the `Grant` object to represent the user's access permissions."],["Authorization requires the `https://www.googleapis.com/auth/androidpublisher` OAuth scope."]]],[]]