app_info_localizations__update
Update an app’s localized name, subtitle, or privacy policy text for a specific language. Provide the localization ID and new attribute values to modify the app store listing.
Instructions
Update an app's name, subtitle or privacy policy text for one language. App name and subtitle are capped at 30 characters. [PATCH /v1/appInfoLocalizations/{id}]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID from the matching list call. | |
| body | Yes | JSON:API request body (Apple schema: AppInfoLocalizationUpdateRequest). |