beta_license_agreements__update
Update a beta license agreement's text using its resource identifier. Submit a JSON:API request with the new agreement text to modify the existing agreement.
Instructions
Update a beta license agreement. [PATCH /v1/betaLicenseAgreements/{id}]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Resource identifier. | |
| body | Yes | JSON:API request body (Apple schema: BetaLicenseAgreementUpdateRequest). |