v2
latestOpenAPI 3.0.02026-08-073221853.1 MBAutotunes
Fully Update Autotune
Update all properties of the experiment
post/console/v1/autotunes/{id}
Path parameters
idstring required
id
Request body
Example request
{
"id": "my_autotunes_are_best",
"isStarted": false,
"description": "helpful summary of what this Autotune is",
"lastModifierID": "ahKwUoaNauHu9AmJPc2",
"lastModifierName": "CONSOLE API",
"variants": [
{
"name": "red",
"json": {
"foo": "boo"
},
"size": 50
},
{
"name": "blue",
"json": {},
"size": 50
}
],
"successEvent": "purchase_item",
"successEventValue": "",
"explorationWindow": "1hr",
"attributionWindow": "2hrs",
"winnerThreshold": "99%",
"idType": "userID"
}Response
Fully Update Autotune Success
Example response
{
"message": "Autotune Experiment read successfully.",
"data": {
"id": "my_autotunes_are_best",
"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%"
}
}