builds__individual_testers__add
Add individual beta testers to a specific build. Provide the build ID and a list of beta tester IDs to establish the relationship.
Instructions
Link individual testers to a build. [POST /v1/builds/{id}/relationships/individualTesters]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID from the matching list call. | |
| body | Yes | JSON:API request body (Apple schema: BuildIndividualTestersLinkagesRequest). |