[Write] Update App Review information
asc_review_updateUpdate reviewer-only information for an app version, including contact details, demo account, and notes. Supports dry-run preview and keeps password write-only.
Instructions
Write. Partially updates reviewer-only info: contact name/phone/email, demoAccountRequired, demoAccountName, demoAccountPassword, notes. Password is accepted as write-only input — it is never echoed back in this tool's result, in dryRun output, or in logs. Supports dryRun.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | Bundle id, app name, or App Store Connect app id | |
| notes | No | ||
| dryRun | No | Preview only, do not apply | |
| version | Yes | App Store version string, e.g. "1.1" | |
| contactEmail | No | ||
| contactPhone | No | ||
| contactLastName | No | ||
| demoAccountName | No | ||
| contactFirstName | No | ||
| demoAccountPassword | No | Write-only; never returned by any tool | |
| demoAccountRequired | No |