Edit one localization row (local draft)
update_localizationUpdate a localization row's text and optionally mark it as approved for push to live listings.
Instructions
Edit a specific localization row (base or translated text) by its ID from get_app_metadata / get_release_notes. Set approve:true to mark it Approved — pushes only pick up Approved rows.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| approve | No | Mark the row Approved | |
| localizationId | Yes | Localization row ID (GUID) |