Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit09e4a64

Browse files
author
Gauvain Pocentek
committed
add support for UserKey listing and deletion
1 parent01335f3 commit09e4a64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎gitlab.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -605,9 +605,9 @@ def json(self):
605605
classUserKey(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)

[8]ページ先頭

©2009-2025 Movatter.jp