Skip to content

Commit e6f5f70

Browse files
committed
Merge pull request #4 from sag47/feature/group_remove
GL 6.2 API addition remove group
2 parents 7d7c27a + f502d28 commit e6f5f70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitlab3/_api_definition.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ class CurrentUser(APIDefinition):
7676

7777
class Group(APIDefinition):
7878
url = '/groups/:id'
79-
actions = [ _LIST, _GET, _ADD ]
79+
actions = [ _LIST, _GET, _ADD, _DELETE ]
8080
required_params = [
8181
'name',
8282
'path',

0 commit comments

Comments
 (0)