[Write] Update an App Store version
asc_version_updateUpdate an existing App Store version's version string, copyright, release type, or earliest release date. Preview changes with a dry run before applying.
Instructions
Write. Partially updates an existing App Store version: versionString, copyright, releaseType (MANUAL/AFTER_APPROVAL/SCHEDULED), earliestReleaseDate. Supports dryRun to preview the change as an old → new diff without applying it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | Bundle id, app name, or App Store Connect app id | |
| dryRun | No | Preview only, do not apply | |
| version | Yes | Current version string identifying the version, e.g. "1.1" | |
| copyright | No | ||
| releaseType | No | ||
| versionString | No | New version string | |
| earliestReleaseDate | No | ISO 8601 date-time, only meaningful with releaseType SCHEDULED |