REST Resource: edits
משאב: AppEdit
עריכה של אפליקציה. המשאב של EditsService.
ייצוג ב-JSON |
{
"id": string,
"expiryTimeSeconds": string
} |
שדות |
id |
string
פלט בלבד. המזהה של העריכה. אפשר להשתמש בהם בקריאות API הבאות.
|
expiryTimeSeconds |
string
פלט בלבד. השעה (בשניות מאז תחילת הזמן) שבה תוקף העריכה יפוג והיא לא תהיה תקפה יותר לשימוש.
|
Methods |
|
ביצוע השמירה של עריכת האפליקציה. |
|
מחיקת עריכה של אפליקציה. |
|
הפונקציה מקבלת עריכה של אפליקציה. |
|
יצירת גרסה חדשה של עריכה לאפליקציה. |
|
אימות של עריכה של אפליקציה. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-12-17 (שעון UTC).
[null,null,["עדכון אחרון: 2024-12-17 (שעון UTC)."],[[["`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"]]