17119: when the count: none option is supplied, the itemsAvailable field
[arvados.git] / lib / controller / router / request.go
index 39b4c5100608ebf6a14b250ec26185886aed3ad3..eae9e0a8cebc974dca813bba3dfa8f03381bbf2e 100644 (file)
@@ -169,6 +169,9 @@ var boolParams = map[string]bool{
        "include_old_versions":    true,
        "redirect_to_new_user":    true,
        "send_notification_email": true,
+       "bypass_federation":       true,
+       "recursive":               true,
+       "exclude_home_project":    true,
 }
 
 func stringToBool(s string) bool {