Update App Info Localization
asc_update_app_info_localizationUpdate per-locale app metadata such as name, subtitle, or privacy policy URL using the localization ID. Specify only the fields to change; all others remain unchanged.
Instructions
Update per-locale app-level metadata (name, subtitle, privacy policy URL). Only the fields you pass are updated. Only editable while the corresponding appInfo is in an editable state.
Args:
localizationId (string, required): The app info localization ID (from asc_list_app_info_localizations)
name (string, optional)
subtitle (string, optional)
privacyPolicyUrl (string, optional)
At least one of the optional fields must be provided.
Returns: { "id": string, "locale": string, "name": string, "subtitle": string, "privacyPolicyUrl": string }
Error Handling:
Returns an error if no updatable field is provided
Returns an error if the appInfo is not in an editable state
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | App name for this locale. | |
| subtitle | No | App subtitle for this locale. | |
| localizationId | Yes | The app info localization ID to update. | |
| privacyPolicyUrl | No | Privacy policy URL for this locale. |