17119: controller should export the include_old_versions flag on group
authorWard Vandewege <ward@curii.com>
Thu, 11 Mar 2021 15:49:42 +0000 (10:49 -0500)
committerWard Vandewege <ward@curii.com>
Thu, 11 Mar 2021 15:49:42 +0000 (10:49 -0500)
       contents.

Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward@curii.com>

sdk/go/arvados/api.go

index bcb51d6b2e1324fed2d202f240409423366805c5..694b61d69ec0aa54cc0562c796459f99aae5f9d9 100644 (file)
@@ -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"`
 }