16736: Fixes typo.
[arvados.git] / lib / controller / router / request.go
index 39b4c5100608ebf6a14b250ec26185886aed3ad3..977a15f3abbbff431cd800d0c87cb1b9ad310714 100644 (file)
@@ -169,6 +169,7 @@ var boolParams = map[string]bool{
        "include_old_versions":    true,
        "redirect_to_new_user":    true,
        "send_notification_email": true,
+       "bypass_federation":       true,
 }
 
 func stringToBool(s string) bool {