Create Edit
create_editOpens a draft edit for a Google Play app, returning an edit ID for staging changes. Changes stay unpublished until commit_edit, allowing review before release.
Instructions
Open a draft edit and return its ID.
Nothing reaches users until commit_edit. Stage changes against the returned edit ID, inspect with describe_edit, then commit once.
Edits expire after about seven days. An abandoned one is harmless but worth discarding with delete_edit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| package_name | Yes | App package name (e.g., com.example.myapp) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||