app_store_versions__build__set
Link a specific build to an App Store version to control which binary gets submitted for review and released.
Instructions
Set the build linked to an App Store version. [PATCH /v1/appStoreVersions/{id}/relationships/build] RELEASE-level write.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID from the matching list call. | |
| body | Yes | JSON:API request body (Apple schema: AppStoreVersionBuildLinkageRequest). |