Skip to content

Commit 09e4a64

Browse files
author
Gauvain Pocentek
committed
add support for UserKey listing and deletion
1 parent 01335f3 commit 09e4a64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gitlab.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -605,9 +605,9 @@ def json(self):
605605
class UserKey(GitlabObject):
606606
_url = '/users/%(user_id)s/keys'
607607
canGet = False
608-
canList = False
608+
canList = True
609609
canUpdate = False
610-
canDelete = False
610+
canDelete = True
611611
requiredCreateAttrs = ['user_id', 'title', 'key']
612612

613613

0 commit comments

Comments
 (0)