Method: edits.testers.update
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
עדכון הבודקים. הערה: המשאב למפתחים לא תומך ברשימות אימייל.
בקשת HTTP
PUT https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/edits/{editId}/testers/{track}
כתובת ה-URL משתמשת בתחביר של Transcoding של gRPC.
פרמטרים של נתיב
פרמטרים |
packageName |
string
שם החבילה של האפליקציה.
|
editId |
string
המזהה של העריכה.
|
track |
string
הטראק שרוצים לעדכן.
|
גוף הבקשה
גוף הבקשה מכיל מופע של Testers
.
גוף התשובה
אם הפעולה מצליחה, גוף התגובה מכיל מופע של Testers
.
היקפי הרשאה
נדרש היקף הרשאות OAuth הבא:
https://www.googleapis.com/auth/androidpublisher
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-12-17 (שעון 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-17 (שעון UTC)."],[[["Update testers for a specific track within an app edit using the provided HTTP request."],["The request requires the package name, edit ID, and track as path parameters."],["Testers resource is defined within a request and response body of type \"Testers\"."],["Authorization requires the `https://www.googleapis.com/auth/androidpublisher` scope."]]],["This document outlines the process for updating testers within an Android app using a PUT request. The core action is sending a `PUT` request to a specified URL, including `packageName`, `editId`, and `track` as path parameters. The request body should contain `Testers` data, and a successful response will also return `Testers`. This operation requires OAuth authorization with the `https://www.googleapis.com/auth/androidpublisher` scope. This functionality does not support updating email lists.\n"]]