Method: edits.commit
یک ویرایش برنامه را انجام می دهد.
درخواست HTTP
POST https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/edits/{editId}:commit
URL از دستور GRPC Transcoding استفاده می کند.
پارامترهای مسیر
پارامترها |
---|
package Name | string نام بسته برنامه |
edit Id | string شناسه ویرایش |
پارامترهای پرس و جو
پارامترها |
---|
changes Not Sent For Review | boolean نشان می دهد که تغییرات این ویرایش تا زمانی که به صراحت برای بازبینی از رابط کاربری کنسول Google Play ارسال نشود، بازبینی نمی شود. این تغییرات به هر تغییر دیگری که هنوز برای بررسی ارسال نشده است اضافه خواهد شد. |
درخواست بدن
بدنه درخواست باید خالی باشد.
بدن پاسخگو
در صورت موفقیت آمیز بودن، بدنه پاسخ حاوی نمونه ای از AppEdit
است.
محدوده مجوز
به محدوده OAuth زیر نیاز دارد:
-
https://www.googleapis.com/auth/androidpublisher
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2024-12-18 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2024-12-18 بهوقت ساعت هماهنگ جهانی."],[[["Commits changes made within an app edit, finalizing them for the specified app package."],["Utilizes specific path parameters, including package name and edit ID, to target the desired application and edit."],["Optionally uses a query parameter to indicate if changes should be held for manual review within the Google Play Console."],["Requires authorization using the `https://www.googleapis.com/auth/androidpublisher` scope for access."],["Upon successful completion, the API provides an `AppEdit` object in the response."]]],["This content details the process of committing an app edit via a POST HTTP request to the Google Android Publisher API. The request URL includes `packageName` and `editId` as path parameters. The `changesNotSentForReview` boolean query parameter allows delaying review submission. The request body must be empty, and a successful response returns an `AppEdit` instance. This action requires the `https://www.googleapis.com/auth/androidpublisher` OAuth scope for authorization. The API uses gRPC Transcoding syntax.\n"]]