put
https://{yourinstance}.makaira.io/experiment/
Update an existing experiment.
Updates an existing experiment's configuration. Most fields can only be changed while the experiment is in draft status.
Requires authentication.
Request
PUT /experiment/{id}
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | integer | Yes | The ID of the experiment to update. |
Headers
| Header | Value |
|---|---|
Authorization | Bearer <token> |
Content-Type | application/json |
Request Body
Accepts the same fields as the create endpoint. See Create a new experiment for field descriptions.
Response
Returns the updated experiment object.
404Not Found

