Method: edits.testers.update
อัปเดตผู้ทดสอบ หมายเหตุ: ทรัพยากรสำหรับผู้ทดสอบไม่รองรับรายชื่ออีเมล
คำขอ HTTP
PUT https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/edits/{editId}/testers/{track}
URL ใช้ไวยากรณ์การแปลง gRPC
พารามิเตอร์เส้นทาง
พารามิเตอร์ |
packageName |
string
ชื่อแพ็กเกจของแอป
|
editId |
string
ตัวระบุของการแก้ไข
|
track |
string
แทร็กที่จะอัปเดต
|
เนื้อหาของคำขอ
เนื้อความของคำขอมีอินสแตนซ์ของ Testers
เนื้อหาการตอบกลับ
หากทำสำเร็จ เนื้อหาการตอบกลับจะมีอินสแตนซ์ Testers
ขอบเขตการให้สิทธิ์
ต้องใช้ขอบเขต OAuth ต่อไปนี้
https://www.googleapis.com/auth/androidpublisher
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2024-12-17 UTC
[null,null,["อัปเดตล่าสุด 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"]]