Method: edits.listings.patch
Vá trang thông tin đã bản địa hoá trên Cửa hàng Play.
Yêu cầu HTTP
PATCH https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/edits/{editId}/listings/{language}
URL sử dụng cú pháp Chuyển mã gRPC.
Tham số đường dẫn
Tham số |
packageName |
string
Tên gói của ứng dụng.
|
editId |
string
Giá trị nhận dạng của nội dung chỉnh sửa.
|
language |
string
Mã bản địa hoá ngôn ngữ (thẻ ngôn ngữ BCP-47; ví dụ: "de-AT" cho tiếng Đức ở Áo).
|
Nội dung yêu cầu
Nội dung yêu cầu chứa một bản sao của Listing
.
Nội dung phản hồi
Nếu thành công, nội dung phản hồi sẽ chứa một phiên bản của Listing
.
Phạm vi uỷ quyền
Yêu cầu phạm vi OAuth sau:
https://www.googleapis.com/auth/androidpublisher
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."],[[["Updates a specific language localization for an existing app store listing using a PATCH request."],["Requires providing the package name, edit ID, and language code as path parameters."],["The request and response body utilize the `Listing` object to define store listing details."],["Authorization necessitates the `https://www.googleapis.com/auth/androidpublisher` scope."]]],["This document outlines the process for patching a localized store listing via the Android Publisher API. It utilizes a `PATCH` request to a specific URL, incorporating `packageName`, `editId`, and `language` as path parameters. The request and response bodies both use the `Listing` resource. The API call requires the `https://www.googleapis.com/auth/androidpublisher` authorization scope, using gRPC Transcoding syntax. An interactive \"Try it!\" feature is also provided.\n"]]