Method: edits.tracks.patch
طلب HTTP
PATCH https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/edits/{editId}/tracks/{track}
يستخدِم عنوان URL بنية تحويل ترميز gRPC.
مَعلمات المسار
المعلمات |
packageName |
string
اسم حزمة التطبيق
|
editId |
string
معرّف التعديل
|
track |
string
معرّف المقطع الصوتي مزيد من المعلومات عن اسم المقطع الصوتي
|
نص الطلب
يحتوي نص الطلب على مثال Track
.
نص الاستجابة
إذا كانت الاستجابة ناجحة، يحتوي نص الاستجابة على مثال Track
.
نطاقات التفويض
يجب توفير نطاق OAuth التالي:
https://www.googleapis.com/auth/androidpublisher
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-12-17 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2024-12-17 (حسب التوقيت العالمي المتفَّق عليه)"],[[["This operation patches (updates) a specific track for an Android app within a Google Play Developer account."],["The request requires specifying the package name, edit ID, and track identifier as path parameters."],["Both the request and response bodies utilize the `Track` object to define track information."],["Authorization is necessary using the `androidpublisher` OAuth scope."]]],["This document outlines the process for patching a track using the Android Publisher API. It specifies a `PATCH` HTTP request to a URL including `packageName`, `editId`, and `track` as path parameters. The request body and successful response body both use the `Track` resource. Authorization requires the `https://www.googleapis.com/auth/androidpublisher` OAuth scope. The user can test it with the button 'Try it!'.\n"]]