builds__beta_groups__add
Link beta groups to a build to manage test distribution. Specify the build ID and an array of beta group identifiers in the request body.
Instructions
Link beta groups to a build. [POST /v1/builds/{id}/relationships/betaGroups]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Resource identifier. | |
| body | Yes | JSON:API request body (Apple schema: BuildBetaGroupsLinkagesRequest). |