update_version_localization
Update localized App Store listing details such as description, keywords, and release notes for a version. Requires the localization ID obtained from get_version_localization.
Instructions
Update an App Store version localization (description, keywords, what's new, etc.). Use get_version_localization first to get the localization ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| localization_id | Yes | The version localization ID | |
| description | No | App description for the App Store listing | |
| keywords | No | Keywords for App Store search (comma-separated, max 100 chars) | |
| whats_new | No | What's new in this version (release notes) | |
| promotional_text | No | Promotional text (can be updated without new version) | |
| marketing_url | No | Marketing URL for this locale | |
| support_url | No | Support URL for this locale |