Method: edits.details.update
Cập nhật thông tin chi tiết về một ứng dụng.
Yêu cầu HTTP
PUT https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/edits/{editId}/details
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.
|
Nội dung yêu cầu
Nội dung yêu cầu chứa một bản sao của AppDetails
.
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 AppDetails
.
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-18 UTC.
[null,null,["Cập nhật lần gần đây nhất: 2024-12-18 UTC."],[[["Updates app details using a PUT request to a specific endpoint."],["Requires providing the package name and edit ID as path parameters."],["The request and response body utilize the `AppDetails` object for data transfer."],["Authorization is necessary using the `https://www.googleapis.com/auth/androidpublisher` scope."]]],["The core content describes updating an app's details via a `PUT` HTTP request to the specified URL. This requires providing the app's package name and edit identifier as path parameters. The request body and successful response body are both instances of `AppDetails`. Authorization requires the `https://www.googleapis.com/auth/androidpublisher` OAuth scope. The content also references the ability to use the `Try it!` functionality, `gRPC Transcoding` syntax and the use of HTTP and various parameters.\n"]]