experiments
Modify an existing experiment's configuration or status.
Allows updates to experiment parameters, with restrictions based on current status. Experiments in production typically cannot have their core parameters modified. Use status transitions to move experiments through their lifecycle (e.g., Draft → WaitingForConfirmation).
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Unique experiment identifier to modify
Body
application/json
Request payload for modifying an existing experiment.
All fields are optional - only provided fields will be updated. Note: Some modifications may be restricted based on experiment status.
Response
200
application/json
Experiment modified successfully
Response confirming experiment modification.