From: Ward Vandewege Date: Thu, 11 Mar 2021 15:49:42 +0000 (-0500) Subject: 17119: controller should export the include_old_versions flag on group X-Git-Tag: 2.2.0~107^2 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/937767712cbe0f6c9d33866c1ef0d9f2619cf71d 17119: controller should export the include_old_versions flag on group contents. Arvados-DCO-1.1-Signed-off-by: Ward Vandewege --- diff --git a/sdk/go/arvados/api.go b/sdk/go/arvados/api.go index bcb51d6b2e..694b61d69e 100644 --- a/sdk/go/arvados/api.go +++ b/sdk/go/arvados/api.go @@ -143,6 +143,7 @@ type GroupContentsOptions struct { Order []string `json:"order"` Include string `json:"include"` Recursive bool `json:"recursive"` + IncludeOldVersions bool `json:"include_old_versions"` ExcludeHomeProject bool `json:"exclude_home_project"` }