pub async fn toggle_ab_test(
__arg0: State<ABTestingState>,
__arg1: Query<HashMap<String, String>>,
) -> Result<Json<ABTestConfig>, StatusCode>Expand description
Enable or disable an A/B test
PATCH /api/v1/ab-tests/enable?method={method}&path={path}&enabled={true|false}