put
https://{yourinstance}.makaira.io/experiment/variation//
Apply a specific archived variation from a finished experiment as the new active configuration.
Applies the configuration from a specific variation (e.g. a winning variation) to the production environment. This makes the variation's settings permanent.
Requires authentication.
Request
PUT /experiment/variation/{experimentId}/{variationId}
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
experimentId | integer | Yes | The ID of the experiment. |
variationId | integer | Yes | The ID of the variation to apply. |
Headers
| Header | Value |
|---|---|
Authorization | Bearer <token> |
Response
Returns a confirmation that the variation has been applied.
404Not Found

