Experiments

Completes an experiment by stopping it and rolling out the requested variant.

post/creator-configs-public-api/v1/experimentation/universes/{universeId}/experiments/{experimentId}:complete

Path parameters

universeIdinteger required
experimentIdstring required

Request body

variantIdstring nullable

ID of the variant to roll out as the winning variant. If omitted, the experiment is stopped without rolling out a winner.

Response

OK