From adbcd83fa172af2f3929ba063a0e780395b102d8 Mon Sep 17 00:00:00 2001 From: Conor Nevin Date: Wed, 6 Nov 2019 12:04:59 +0000 Subject: feat: add support for include_subgroups filter --- gitlab/v4/objects.py | 1 + 1 file changed, 1 insertion(+) (limited to 'gitlab/v4/objects.py') diff --git a/gitlab/v4/objects.py b/gitlab/v4/objects.py index 7b9c8f3..ee659ed 100644 --- a/gitlab/v4/objects.py +++ b/gitlab/v4/objects.py @@ -1097,6 +1097,7 @@ class GroupProjectManager(ListMixin, RESTManager): "owned", "starred", "with_custom_attributes", + "include_subgroups", ) -- cgit v1.2.1