pictify_update_experiment
Modify A/B testing experiments in Pictify to adjust parameters, variants, or configurations based on their current status.
Instructions
Update an existing experiment. Available fields depend on the current status:
draft/paused: All fields can be updated (name, slug, variants, goalConfig, banditConfig, hypothesis, etc.)
running: Only name, confidenceThreshold, minimumRunDays, goalConfig.destinationUrl
completed: Only name
If updating variants, weights must still sum to 10000.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| experimentId | Yes | The experiment UID to update | |
| name | No | New experiment name | |
| slug | No | New slug (only when draft/paused) | |
| hypothesis | No | Updated hypothesis | |
| variants | No | Updated variants. Weights must sum to 10000. Only editable when draft/paused. | |
| goalConfig | No | Updated goal configuration | |
| banditConfig | No | Updated auto-optimization settings | |
| confidenceThreshold | No | Updated confidence threshold (editable when running) | |
| minimumRunDays | No | Updated minimum run days (editable when running) | |
| outputConfig | No | Updated output format/quality | |
| fallbackImageUrl | No | Updated fallback image URL |