@@ -656,7 +656,8 @@ class GroupProjectManager(ListMixin, RESTManager):
656656 _obj_cls = GroupProject
657657 _from_parent_attrs = {'group_id' : 'id' }
658658 _list_filters = ('archived' , 'visibility' , 'order_by' , 'sort' , 'search' ,
659- 'ci_enabled_first' )
659+ 'ci_enabled_first' , 'simple' , 'owned' , 'starred' ,
660+ 'with_custom_attributes' )
660661
661662
662663class GroupSubgroup (RESTObject ):
@@ -668,7 +669,7 @@ class GroupSubgroupManager(ListMixin, RESTManager):
668669 _obj_cls = GroupSubgroup
669670 _from_parent_attrs = {'group_id' : 'id' }
670671 _list_filters = ('skip_groups' , 'all_available' , 'search' , 'order_by' ,
671- 'sort' , 'statistics' , 'owned' )
672+ 'sort' , 'statistics' , 'owned' , 'with_custom_attributes' )
672673
673674
674675class GroupVariable (SaveMixin , ObjectDeleteMixin , RESTObject ):
@@ -739,7 +740,7 @@ class GroupManager(CRUDMixin, RESTManager):
739740 _path = '/groups'
740741 _obj_cls = Group
741742 _list_filters = ('skip_groups' , 'all_available' , 'search' , 'order_by' ,
742- 'sort' , 'statistics' , 'owned' , 'custom_attributes ' )
743+ 'sort' , 'statistics' , 'owned' , 'with_custom_attributes ' )
743744 _create_attrs = (
744745 ('name' , 'path' ),
745746 ('description' , 'visibility' , 'parent_id' , 'lfs_enabled' ,
0 commit comments