Modify an App Store version experiement treatment
Update the name and app icon name for a specific App Store version experiment.
URL
PATCH https://api.appstoreconnect.apple.com/v1/appStoreVersionExperimentTreatments/{id}Path Parameters
| Name | Type | Description |
|---|---|---|
id Required | string |
Response Codes
| Status | Reason | Type | Description |
|---|---|---|---|
| 200 | OK Content-Type: application/json | AppStoreVersionExperimentTreatmentResponse | |
| 400 | Bad Request Content-Type: application/json | ErrorResponse | |
| 401 | Unauthorized Content-Type: application/json | ErrorResponse | |
| 403 | Forbidden Content-Type: application/json | ErrorResponse | |
| 404 | Not Found Content-Type: application/json | ErrorResponse | |
| 409 | Conflict Content-Type: application/json | ErrorResponse | |
| 422 | Content-Type: application/json | ErrorResponse | |
| 429 | Content-Type: application/json | ErrorResponse |
HTTP Body
See Also
Endpoints
List All Treatments for an App Store ExperimentGET /v2/appStoreVersionExperiments/{id}/relationships/appStoreVersionExperimentTreatmentsGET /v1/appStoreVersionExperimentTreatments/{id}GET /v1/appStoreVersionExperimentTreatments/{id}/appStoreVersionExperimentTreatmentLocalizationsGET /v1/appStoreVersionExperimentTreatments/{id}/relationships/appStoreVersionExperimentTreatmentLocalizationsPOST /v1/appStoreVersionExperimentTreatmentsDelete a Treatment for an App Store Version Experiment