X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/b69a0b0f7b4b9a773fb060a592057f9bd146e480..16905dd94cb77336351a7a6d2e6ece957f8f3368:/lib/controller/router/request.go diff --git a/lib/controller/router/request.go b/lib/controller/router/request.go index cc63794868..eae9e0a8ce 100644 --- a/lib/controller/router/request.go +++ b/lib/controller/router/request.go @@ -163,10 +163,15 @@ var intParams = map[string]bool{ } var boolParams = map[string]bool{ - "distinct": true, - "ensure_unique_name": true, - "include_trash": true, - "include_old_versions": true, + "distinct": true, + "ensure_unique_name": true, + "include_trash": true, + "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 {