update_listing
Update your app's store listing for a specific language. Modify title, descriptions, or video URL.
Instructions
Update store listing for a specific language.
Args: package_name: App package name language: Language code (e.g., en-US, es-ES, fr-FR) title: App title (max 50 characters, optional) full_description: Full description (max 4000 characters, optional) short_description: Short description (max 80 characters, optional) video: YouTube video URL (optional)
Returns: Update result with success status
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| package_name | Yes | ||
| language | Yes | ||
| title | No | ||
| full_description | No | ||
| short_description | No | ||
| video | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||