listings_patch
Update app store listing fields (title, short description, full description, video) for a specific locale without overwriting other fields.
Instructions
Partial update — unspecified fields preserved.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| packageName | Yes | Android application package name, e.g. com.example.app | |
| editId | Yes | Edit id returned by `edits_insert` — required for all edits.* writes | |
| language | Yes | BCP-47 locale, e.g. en-US, fr-FR, zh-Hans | |
| title | No | ||
| shortDescription | No | ||
| fullDescription | No | ||
| video | No |