REST Resource: edits.testers
Tài nguyên: Người kiểm thử
Người kiểm thử ứng dụng. Tài nguyên cho TestersService. Lưu ý: mặc dù bạn có thể thêm người kiểm thử thông qua danh sách email trong giao diện người dùng Play Console, nhưng tài nguyên này không hỗ trợ danh sách email.
Biểu diễn dưới dạng JSON |
{
"googleGroups": [
string
]
} |
Trường |
googleGroups[] |
string
Tất cả các nhóm Google thử nghiệm, dưới dạng địa chỉ email.
|
Phương thức |
|
Lấy người kiểm thử. |
|
Người thử nghiệm bản vá. |
|
Cập nhật người kiểm thử. |
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2024-12-17 UTC.
[null,null,["Cập nhật lần gần đây nhất: 2024-12-17 UTC."],[[["The Testers resource manages app testers and utilizes Google Groups for organization, excluding email lists."],["Testers are represented in JSON format using an array of Google Group email addresses."],["Available methods for Testers include getting, patching, and updating tester information."]]],["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"]]