For a list of methods for this resource, see the end of this page.
Resource representations
An Edit resource identifies a modification to an Android app.
{ "id": string, "expiryTimeSeconds": string }
Property name | Value | Description | Notes |
---|---|---|---|
expiryTimeSeconds |
string |
The time at which the edit will expire and will be no longer valid for use in any subsequent API calls (encoded as seconds since the Epoch). | |
id |
string |
Unique identifier for this edit. |
Methods
- commit
- Commits/applies the changes made in this edit back to the app.
- delete
- Deletes an edit for an app. Creating a new edit will automatically delete any of your previous edits so this method need only be called if you want to preemptively abandon an edit.
- get
- Returns information about the edit specified. Calls will fail if the edit is no long active (e.g. has been deleted, superseded or expired).
- insert
- Creates a new edit for an app, populated with the app's current state.
- validate
- Checks that the edit can be successfully committed. The edit's changes are not applied to the live app.