REST Resource: edits
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
资源:AppEdit
JSON 表示法 |
{
"id": string,
"expiryTimeSeconds": string
} |
字段 |
id |
string
仅限输出。修改内容的标识符。可用于后续 API 调用。
|
expiryTimeSeconds |
string
仅限输出。编辑过期并不再有效的时间(自纪元以来的秒数)。
|
方法 |
|
提交应用修改。 |
|
删除应用修改。 |
|
获取应用修改。 |
|
为应用创建新修改。 |
|
验证应用修改。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-26。
[null,null,["最后更新时间 (UTC):2025-07-26。"],[[["\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. |"]]