v2
latestOpenAPI 3.0.02026-08-073221853.1 MBAutotunes
Partially Update Autotune
Update selected properties of the experiment
patch/console/v1/autotunes/{id}
Path parameters
idstring required
id
Request body
Response
Partially Update Autotune Success
Example response
{
"message": "Autotune Experiment updated successfully.",
"data": {
"id": "a_autotune",
"isStarted": false,
"description": "helpful summary of what this Autotune is",
"lastModifierID": "jd93DGSnvkauH9FijdGiajh",
"lastModifierName": "CONSOLE API",
"inlineTargetingRulesJSON": "{}",
"inlineTargetingRules": [],
"variants": [
{
"name": "red",
"json": {
"color": "red"
}
},
{
"name": "blue",
"json": {
"color": "blue"
}
}
],
"successEvent": "purchase_item",
"successEventValue": "",
"explorationWindow": "1hr",
"attributionWindow": "2hrs",
"winnerThreshold": "99%"
}
}