Skip to content

Commit

Permalink
Add groups listing attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
Gauvain Pocentek committed Dec 31, 2017
1 parent 79d2ca4 commit 81c9d1f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gitlab/v4/objects.py
Expand Up @@ -598,6 +598,8 @@ def transfer_project(self, to_project_id, **kwargs):
class GroupManager(CRUDMixin, RESTManager):
_path = '/groups'
_obj_cls = Group
_list_filters = ('skip_groups', 'all_available', 'search', 'order_by',
'sort', 'statistics', 'owned')
_create_attrs = (
('name', 'path'),
('description', 'visibility', 'parent_id', 'lfs_enabled',
Expand Down

0 comments on commit 81c9d1f

Please sign in to comment.