REST Resource: edits.testers
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
資源:測試人員
應用程式的測試人員。TestersService 的資源。注意:雖然您可以在 Play 管理中心 UI 中透過電子郵件地址清單新增測試人員,但這個資源不支援電子郵件地址清單。
| JSON 表示法 |
{
"googleGroups": [
string
]
} |
| 欄位 |
googleGroups[] |
string
所有測試 Google 群組的電子郵件地址。
|
方法 |
|
|
取得測試人員。 |
|
|
修補測試人員。 |
|
|
更新測試人員。 |
錯誤代碼
這項資源的作業會傳回下列 HTTP 錯誤碼:
| 錯誤代碼 |
原因 |
解析度 |
5xx |
Google Play 伺服器發生一般錯誤。 |
重試要求。
如果問題持續發生,請與 Google Play 帳戶管理員聯絡,或提交支援要求。
建議查看 Play 狀態資訊主頁,瞭解是否有已知服務中斷情形。
|
409 |
並行更新錯誤。
嘗試更新正在更新的物件。舉例來說,購買交易同時透過呼叫 Play 帳款服務程式庫的 acknowledgePurchase() 方法和 Play Developer API 的 purchases.products.acknowledge 進行確認。 |
重試要求。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-10-10 (世界標準時間)。
[[["容易理解","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"]],["上次更新時間:2025-10-10 (世界標準時間)。"],[],["Testers resource manages app testers, excluding email lists. It utilizes a JSON representation with a \"googleGroups\" field containing an array of testing Google Groups' email addresses. Key actions include retrieving testers via the `get` method, modifying them with `patch`, and completely changing them with `update`. All methods are applied to the `Testers` resource. The resource is part of the `TestersService` which is under the `edits` endpoint.\n"]]