REST Resource: edits
المرجع: AppEdit
تعديل في التطبيق المرجع لخدمة EditsService
تمثيل JSON |
{
"id": string,
"expiryTimeSeconds": string
} |
الحقول |
id |
string
النتائج فقط. معرّف التعديل يمكن استخدامها في طلبات البيانات اللاحقة من واجهة برمجة التطبيقات.
|
expiryTimeSeconds |
string
النتائج فقط. الوقت (بالثواني منذ بداية الحقبة) الذي ستنتهي فيه صلاحية التعديل ولن يعود صالحًا للاستخدام.
|
الطُرق |
|
يُحدِّد تعديلًا في التطبيق. |
|
لحذف تعديل على تطبيق |
|
تلقّي تعديل على التطبيق |
|
لإنشاء تعديل جديد لتطبيق |
|
التحقّق من صحة تعديل في التطبيق |
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-12-17 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2024-12-17 (حسب التوقيت العالمي المتفَّق عليه)"],[[["`AppEdit` is a resource used by the EditsService to manage changes to an app."],["It's represented by an `id` and an `expiryTimeSeconds` field in JSON format."],["Key methods include: creating, retrieving, updating, validating, and deleting edits."],["Edits have an expiration time and become invalid after that point."]]],["AppEdit, a resource for EditsService, is identified by a unique string `id` and has an `expiryTimeSeconds` field indicating when it expires. Key actions include: `commit` to finalize an edit, `delete` to remove it, `get` to retrieve details, `insert` to create a new one, and `validate` to check its correctness. The resource's data structure is represented in JSON, showing the `id` and `expiryTimeSeconds`.\n"]]