REST Resource: edits.testers
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
資源:測試人員
應用程式的測試人員。TestersService 的資源。注意:雖然 Play 管理中心使用者介面可讓您透過電子郵件名單新增測試人員,但這項資源不支援電子郵件名單。
JSON 表示法 |
{
"googleGroups": [
string
]
} |
欄位 |
googleGroups[] |
string
所有測試用的 Google 網路論壇電子郵件地址。
|
方法 |
|
獲取測試人員。 |
|
修補測試人員。 |
|
更新測試人員。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-07-26 (世界標準時間)。
[null,null,["上次更新時間:2025-07-26 (世界標準時間)。"],[[["\u003cp\u003eThe Testers resource manages app testers and utilizes Google Groups for organization, excluding email lists.\u003c/p\u003e\n"],["\u003cp\u003eTesters are represented in JSON format using an array of Google Group email addresses.\u003c/p\u003e\n"],["\u003cp\u003eAvailable methods for Testers include getting, patching, and updating tester information.\u003c/p\u003e\n"]]],["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"],null,["# REST Resource: edits.testers\n\n- [Resource: Testers](#Testers)\n - [JSON representation](#Testers.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: Testers\n-----------------\n\nThe testers of an app. The resource for TestersService. Note: while it is possible in the Play Console UI to add testers via email lists, email lists are not supported by this resource.\n\n| JSON representation |\n|----------------------------------------|\n| ``` { \"googleGroups\": [ string ] } ``` |\n\n| Fields ||\n|------------------|---------------------------------------------------------|\n| `googleGroups[]` | `string` All testing Google Groups, as email addresses. |\n\n| Methods ------- ||\n|-----------------------------------------------------------------------|------------------|\n| ### [get](/android-publisher/api-ref/rest/v3/edits.testers/get) | Gets testers. |\n| ### [patch](/android-publisher/api-ref/rest/v3/edits.testers/patch) | Patches testers. |\n| ### [update](/android-publisher/api-ref/rest/v3/edits.testers/update) | Updates testers. |"]]