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

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
@@ -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)