beta_license_agreements__update
Update the text of a beta license agreement in App Store Connect using its ID and a 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). |