end_user_license_agreements__update
Update an existing end user license agreement to change its agreement text or territories. Provide the agreement ID and JSON:API body to apply changes.
Instructions
Update an end user license agreement. [PATCH /v1/endUserLicenseAgreements/{id}]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID from the matching list call. | |
| body | Yes | JSON:API request body (Apple schema: EndUserLicenseAgreementUpdateRequest). |