Skip to content

Commit fe45e77

Browse files
committed
Allow listing and deleting of ssh keys to help fix issue #9
1 parent afa5eaa commit fe45e77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gitlab3/_api_definition.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ class User(APIDefinition):
491491
]
492492

493493
class SSHKey(SSHKey):
494-
actions = [ _ADD ]
494+
actions = [ _LIST, _ADD, _DELETE ]
495495

496496
sub_apis = [ SSHKey ]
497497

0 commit comments

Comments
 (0)