builds__beta_groups__add
Add beta groups to a build using the build ID and beta group IDs to control which testers receive the build.
Instructions
Link beta groups to a build. [POST /v1/builds/{id}/relationships/betaGroups]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID from the matching list call. | |
| body | Yes | JSON:API request body (Apple schema: BuildBetaGroupsLinkagesRequest). |