REST Resource: edits
Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Resource: AppEdit
Pengeditan aplikasi. Resource untuk EditsService.
Representasi JSON |
{
"id": string,
"expiryTimeSeconds": string
} |
Kolom |
id |
string
Hanya output. ID edit. Dapat digunakan dalam panggilan API berikutnya.
|
expiryTimeSeconds |
string
Hanya output. Waktu (sebagai detik sejak Epoch) saat edit akan berakhir masa berlakunya dan tidak lagi valid untuk digunakan.
|
Metode |
|
Meng-commit edit aplikasi. |
|
Menghapus hasil edit aplikasi. |
|
Mendapatkan pengeditan aplikasi. |
|
Membuat pengeditan baru untuk aplikasi. |
|
Memvalidasi pengeditan aplikasi. |
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2025-07-26 UTC.
[null,null,["Terakhir diperbarui pada 2025-07-26 UTC."],[[["\u003cp\u003e\u003ccode\u003eAppEdit\u003c/code\u003e is a resource used by the EditsService to manage changes to an app.\u003c/p\u003e\n"],["\u003cp\u003eIt's represented by an \u003ccode\u003eid\u003c/code\u003e and an \u003ccode\u003eexpiryTimeSeconds\u003c/code\u003e field in JSON format.\u003c/p\u003e\n"],["\u003cp\u003eKey methods include: creating, retrieving, updating, validating, and deleting edits.\u003c/p\u003e\n"],["\u003cp\u003eEdits have an expiration time and become invalid after that point.\u003c/p\u003e\n"]]],["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"],null,["# REST Resource: edits\n\n- [Resource: AppEdit](#AppEdit)\n - [JSON representation](#AppEdit.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: AppEdit\n-----------------\n\nAn app edit. The resource for EditsService.\n\n| JSON representation |\n|-------------------------------------------------------|\n| ``` { \"id\": string, \"expiryTimeSeconds\": string } ``` |\n\n| Fields ||\n|---------------------|----------------------------------------------------------------------------------------------------------------------------|\n| `id` | `string` Output only. Identifier of the edit. Can be used in subsequent API calls. |\n| `expiryTimeSeconds` | `string` Output only. The time (as seconds since Epoch) at which the edit will expire and will be no longer valid for use. |\n\n| Methods ------- ||\n|-------------------------------------------------------------------|--------------------------------|\n| ### [commit](/android-publisher/api-ref/rest/v3/edits/commit) | Commits an app edit. |\n| ### [delete](/android-publisher/api-ref/rest/v3/edits/delete) | Deletes an app edit. |\n| ### [get](/android-publisher/api-ref/rest/v3/edits/get) | Gets an app edit. |\n| ### [insert](/android-publisher/api-ref/rest/v3/edits/insert) | Creates a new edit for an app. |\n| ### [validate](/android-publisher/api-ref/rest/v3/edits/validate) | Validates an app edit. |"]]