Method: edits.insert
Tạo một bản chỉnh sửa mới cho ứng dụng.
Yêu cầu HTTP
POST https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/edits
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.
|
Nội dung yêu cầu
Nội dung yêu cầu chứa một bản sao của AppEdit
.
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 thực thể AppEdit
mới tạo.
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."],[[["Creates a new edit for an Android app using an HTTP POST request."],["Requires the `packageName` as a path parameter and an `AppEdit` object in the request body."],["Returns a newly created `AppEdit` object in the response if successful."],["Needs authorization with the `https://www.googleapis.com/auth/androidpublisher` scope."]]],["The core content describes the process of creating a new edit for an Android app using the Android Publisher API. This involves sending a `POST` request to the specified URL: `https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/edits`, using gRPC Transcoding syntax. The `packageName` must be included as a path parameter. The request body contains `AppEdit` data, and a successful response returns a new `AppEdit` instance. Authorization requires the `https://www.googleapis.com/auth/androidpublisher` OAuth scope.\n"]]