beta_license_agreements__update
Update a beta license agreement's text by specifying its ID and the new agreement text in the JSON:API request body.
Instructions
Update a beta license agreement. [PATCH /v1/betaLicenseAgreements/{id}]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID from the matching list call. | |
| body | Yes | JSON:API request body (Apple schema: BetaLicenseAgreementUpdateRequest). |