v1
latestOpenAPI 3.0.32026-07-22177397578.0 KBExperiment
Partially update experiment
Update several fields of an experiment. For a multivariate test (MVT) experiment, use this endpoint to set custom traffic allocation after creation: submit mvtAllocationSettings with the generated section, variation, and combination IDs returned by a GET request. See Create a multivariate experiment.
patch/experiments/{experimentId}
Path parameters
experimentIdinteger required
Query parameters
action'ACTIVATE' | 'PAUSE' | 'RESUME' | 'STOP' | 'SCHEDULE' | 'DEACTIVATE' | 'REVERT_TO_DRAFT'
Action to change the status of experiment
Request body
Example request
{
"deviations": {
"12345": 0.5,
"origin": 0.5
},
"respoolTime": {
"12345": 1704067200,
"origin": 833760000
}
}Response
OK