app_store_version_experiment_treatments__update
Update an App Store version experiment treatment by sending a PATCH request with its ID and JSON:API body to modify the name or app icon, enabling control over experiment variants.
Instructions
Update an App Store version experiment treatment. [PATCH /v1/appStoreVersionExperimentTreatments/{id}]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID from the matching list call. | |
| body | Yes | JSON:API request body (Apple schema: AppStoreVersionExperimentTreatmentUpdateRequest). |