Modify an App Store Experiment
Update the name, the started state, and the proportion of traffic to send to an App Store experiment.
URL
PATCH https://api.appstoreconnect.apple.com/v2/appStoreVersionExperiments/{id}Path Parameters
| Name | Type | Description |
|---|---|---|
id Required | string | An opaque resource ID that uniquely identifies the resource. Obtain the app resource ID from the List All Experiments for an App Store Version response. |
Response Codes
| Status | Reason | Type | Description |
|---|---|---|---|
| 200 | OK Content-Type: application/json | AppStoreVersionExperimentV2Response | |
| 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 |
Mentioned in
Discussion
Example Request and Response
HTTP Body
See Also
Managing App Store version experiments
List All Experiments for an App Store Version v1List all experiments IDs for an App Store version v1List All Experiments for an App Store VersionList all experiment IDs for an App Store versionRead App Store Experiment InformationList All Treatments for an App Store ExperimentGET /v2/appStoreVersionExperiments/{id}/relationships/appStoreVersionExperimentTreatmentsCreate an App Store ExperimentDelete an App Store ExperimentRead App Store experiment information v1List all treatments for an App Store Experiment v1GET /v1/appStoreVersionExperiments/{id}/relationships/appStoreVersionExperimentTreatmentsModify an App Store experiment v1Create an App Store experiment v1Delete an App Store Version Experiment v1