Method: edits.details.update
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
עדכון הפרטים של אפליקציה.
בקשת HTTP
PUT https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/edits/{editId}/details
כתובת ה-URL משתמשת בתחביר של Transcoding של gRPC.
פרמטרים של נתיב
פרמטרים |
packageName |
string
שם החבילה של האפליקציה.
|
editId |
string
המזהה של העריכה.
|
גוף הבקשה
גוף הבקשה מכיל מופע של AppDetails
.
גוף התשובה
אם הפעולה מצליחה, גוף התגובה מכיל מופע של AppDetails
.
היקפי הרשאה
נדרש היקף הרשאות OAuth הבא:
https://www.googleapis.com/auth/androidpublisher
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-12-18 (שעון 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-12-18 (שעון UTC)."],[[["Updates app details using a PUT request to a specific endpoint."],["Requires providing the package name and edit ID as path parameters."],["The request and response body utilize the `AppDetails` object for data transfer."],["Authorization is necessary using the `https://www.googleapis.com/auth/androidpublisher` scope."]]],["The core content describes updating an app's details via a `PUT` HTTP request to the specified URL. This requires providing the app's package name and edit identifier as path parameters. The request body and successful response body are both instances of `AppDetails`. Authorization requires the `https://www.googleapis.com/auth/androidpublisher` OAuth scope. The content also references the ability to use the `Try it!` functionality, `gRPC Transcoding` syntax and the use of HTTP and various parameters.\n"]]