REST Resource: edits
Mantenha tudo organizado com as coleções
Salve e categorize o conteúdo com base nas suas preferências.
Recurso: AppEdit
Uma edição no app. O recurso para EditsService.
Representação JSON |
{
"id": string,
"expiryTimeSeconds": string
} |
Campos |
id |
string
Apenas saída. Identificador da edição. Pode ser usado em chamadas de API subsequentes.
|
expiryTimeSeconds |
string
Apenas saída. O tempo (em segundos desde a época) em que a edição expirará e não será mais válida para uso.
|
Métodos |
|
Confirma uma edição do app. |
|
Exclui uma edição do app. |
|
Recebe uma edição do app. |
|
Cria uma nova edição para um app. |
|
Valida uma edição do app. |
Exceto em caso de indicação contrária, o conteúdo desta página é licenciado de acordo com a Licença de atribuição 4.0 do Creative Commons, e as amostras de código são licenciadas de acordo com a Licença Apache 2.0. Para mais detalhes, consulte as políticas do site do Google Developers. Java é uma marca registrada da Oracle e/ou afiliadas.
Última atualização 2025-07-26 UTC.
[null,null,["Última atualização 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. |"]]