beta_testers__builds__add
Assign builds to a beta tester by providing the tester's ID and a list of build IDs. Streamlines beta testing access management.
Instructions
Link builds to a beta tester. [POST /v1/betaTesters/{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: BetaTesterBuildsLinkagesRequest). |