REST Resource: edits.testers
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
리소스: 테스터
앱 테스터입니다. TestersService의 리소스입니다. 참고: Play Console UI에서는 이메일 목록을 통해 테스터를 추가할 수 있지만 이 리소스에서는 이메일 목록을 지원하지 않습니다.
JSON 표현 |
{
"googleGroups": [
string
]
} |
필드 |
googleGroups[] |
string
모든 테스트 Google 그룹스(이메일 주소)
|
메서드 |
|
테스터를 가져옵니다. |
|
패치 테스터 |
|
테스터를 업데이트합니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-26(UTC)
[null,null,["최종 업데이트: 2025-07-26(UTC)"],[[["\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. |"]]