Method: edits.tracks.update
คำขอ HTTP
PUT https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/edits/{editId}/tracks/{track}
URL ใช้ไวยากรณ์การแปลง gRPC
เนื้อหาของคำขอ
เนื้อความของคำขอมีอินสแตนซ์ของ Track
เนื้อหาการตอบกลับ
หากทำสำเร็จ เนื้อหาการตอบกลับจะมีอินสแตนซ์ Track
ขอบเขตการให้สิทธิ์
ต้องใช้ขอบเขต 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"],[[["Updates an existing track for a specific app within a designated edit using a PUT request."],["Requires providing package name, edit ID, and track name as path parameters in the request URL."],["The request and response body use the `Track` resource to define track details."],["`https://www.googleapis.com/auth/androidpublisher` OAuth scope is necessary for authorization."]]],["This document outlines the process to update a track using a PUT HTTP request to the Android Publisher API. The request is made to a specific URL containing `packageName`, `editId`, and `track` as path parameters. The request body, containing a `Track` instance, is required, and a successful response also returns a `Track` instance. Authorization requires the `https://www.googleapis.com/auth/androidpublisher` OAuth scope. A 'Try it!' section is also available.\n"]]