@@ -656,7 +656,8 @@ class GroupProjectManager(ListMixin, RESTManager):
656
656
_obj_cls = GroupProject
657
657
_from_parent_attrs = {'group_id' : 'id' }
658
658
_list_filters = ('archived' , 'visibility' , 'order_by' , 'sort' , 'search' ,
659
- 'ci_enabled_first' )
659
+ 'ci_enabled_first' , 'simple' , 'owned' , 'starred' ,
660
+ 'with_custom_attributes' )
660
661
661
662
662
663
class GroupSubgroup (RESTObject ):
@@ -668,7 +669,7 @@ class GroupSubgroupManager(ListMixin, RESTManager):
668
669
_obj_cls = GroupSubgroup
669
670
_from_parent_attrs = {'group_id' : 'id' }
670
671
_list_filters = ('skip_groups' , 'all_available' , 'search' , 'order_by' ,
671
- 'sort' , 'statistics' , 'owned' )
672
+ 'sort' , 'statistics' , 'owned' , 'with_custom_attributes' )
672
673
673
674
674
675
class GroupVariable (SaveMixin , ObjectDeleteMixin , RESTObject ):
@@ -739,7 +740,7 @@ class GroupManager(CRUDMixin, RESTManager):
739
740
_path = '/groups'
740
741
_obj_cls = Group
741
742
_list_filters = ('skip_groups' , 'all_available' , 'search' , 'order_by' ,
742
- 'sort' , 'statistics' , 'owned' , 'custom_attributes ' )
743
+ 'sort' , 'statistics' , 'owned' , 'with_custom_attributes ' )
743
744
_create_attrs = (
744
745
('name' , 'path' ),
745
746
('description' , 'visibility' , 'parent_id' , 'lfs_enabled' ,
0 commit comments