Method: edits.details.patch
Mem-patch detail aplikasi.
Permintaan HTTP
PATCH https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/edits/{editId}/details
URL menggunakan sintaksis gRPC Transcoding.
Parameter jalur
Parameter |
packageName |
string
Nama paket aplikasi.
|
editId |
string
ID hasil edit.
|
Isi permintaan
Isi permintaan memuat instance AppDetails
.
Isi respons
Jika berhasil, isi respons akan berisi instance AppDetails
.
Cakupan otorisasi
Memerlukan cakupan OAuth berikut ini:
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-08-22 UTC.
[null,null,["Terakhir diperbarui pada 2024-08-22 UTC."],[[["Patches details of an Android app using a `PATCH` request to a specific endpoint."],["Requires providing the package name and edit ID as path parameters."],["The request and response bodies both utilize the `AppDetails` object for data transfer."],["Authorization necessitates the `https://www.googleapis.com/auth/androidpublisher` scope."]]],["This API allows patching details of an app using a `PATCH` request to a specific URL. Key actions involve defining `packageName` and `editId` as path parameters. The request body requires an `AppDetails` instance. Successful execution returns an `AppDetails` instance in the response body. It is necessary to use the OAuth scope: `https://www.googleapis.com/auth/androidpublisher`. The HTTP request format and gRPC Transcoding syntax are defined. A try-it feature is also available.\n"]]