pub async fn update_allocations(
__arg0: State<ABTestingState>,
__arg1: Query<EndpointQuery>,
__arg2: Json<UpdateAllocationRequest>,
) -> Result<Json<ABTestConfig>, StatusCode>Expand description
Update variant allocations for an A/B test
PUT /api/v1/ab-tests/allocations?method={method}&path={path}