X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/fb72a4315bfcf64621d023a38d1544319aa3666c..40500de7ecb33a0f2197b2fe2449e6fc14b835a4:/lib/controller/router/request.go diff --git a/lib/controller/router/request.go b/lib/controller/router/request.go index cc63794868..977a15f3ab 100644 --- a/lib/controller/router/request.go +++ b/lib/controller/router/request.go @@ -163,10 +163,13 @@ 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, } func stringToBool(s string) bool {