app_store_versions__build__set
Assign a specific build to an App Store version by supplying the version ID and linkage request. Directly sets the linked build, resolving association issues for release preparation.
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). |