REST Resource: edits
แหล่งข้อมูล: AppEdit
การแก้ไขแอป ทรัพยากรสําหรับ EditsService
การแสดง JSON |
{
"id": string,
"expiryTimeSeconds": string
} |
ช่อง |
id |
string
เอาต์พุตเท่านั้น ตัวระบุของการแก้ไข ใช้กับการเรียก API ครั้งต่อๆ ไปได้
|
expiryTimeSeconds |
string
เอาต์พุตเท่านั้น เวลา (เป็นวินาทีนับจาก Epoch) ที่การแก้ไขจะหมดอายุและจะใช้ไม่ได้อีกต่อไป
|
เมธอด |
|
คอมมิตการแก้ไขแอป |
|
ลบการแก้ไขแอป |
|
รับการแก้ไขแอป |
|
สร้างการแก้ไขใหม่สำหรับแอป |
|
ตรวจสอบการแก้ไขแอป |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 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"]]