builds__individual_testers__add
Assign individual beta testers to a build to grant them testing access. Provide the build ID and tester data to update 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). |