beta_app_localizations__update
Update an existing beta app localization's description, marketing URL, feedback email, or privacy policy URL using its unique ID and a JSON:API request body.
Instructions
Update a beta app localization. [PATCH /v1/betaAppLocalizations/{id}]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID from the matching list call. | |
| body | Yes | JSON:API request body (Apple schema: BetaAppLocalizationUpdateRequest). |