Method: edits.tracks.patch
Menerapkan patch ke jalur.
Permintaan HTTP
PATCH https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/edits/{editId}/tracks/{track}
URL menggunakan sintaksis gRPC Transcoding.
Isi permintaan
Isi permintaan memuat instance Track
.
Isi respons
Jika berhasil, isi respons memuat instance Track
.
Cakupan otorisasi
Memerlukan cakupan OAuth berikut:
https://www.googleapis.com/auth/androidpublisher
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2024-12-17 UTC.
[null,null,["Terakhir diperbarui pada 2024-12-17 UTC."],[[["This operation patches (updates) a specific track for an Android app within a Google Play Developer account."],["The request requires specifying the package name, edit ID, and track identifier as path parameters."],["Both the request and response bodies utilize the `Track` object to define track information."],["Authorization is necessary using the `androidpublisher` OAuth scope."]]],["This document outlines the process for patching a track using the Android Publisher API. It specifies a `PATCH` HTTP request to a URL including `packageName`, `editId`, and `track` as path parameters. The request body and successful response body both use the `Track` resource. Authorization requires the `https://www.googleapis.com/auth/androidpublisher` OAuth scope. The user can test it with the button 'Try it!'.\n"]]