beta_groups__builds__add
Distribute a build to a TestFlight beta group, enabling its testers to install and test it.
Instructions
Distribute a build to a TestFlight beta group so its testers can install it. [POST /v1/betaGroups/{id}/relationships/builds]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID from the matching list call. | |
| body | Yes | JSON:API request body (Apple schema: BetaGroupBuildsLinkagesRequest). |