Skip to content

Commit 2b4924e

Browse files
author
Gauvain Pocentek
committed
system hooks can't be updated
1 parent debe41a commit 2b4924e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gitlab.py

+1
Original file line numberDiff line numberDiff line change
@@ -625,6 +625,7 @@ def transfer_project(self, id):
625625

626626
class Hook(GitlabObject):
627627
_url = '/hooks'
628+
canUpdate = False
628629
requiredCreateAttrs = ['url']
629630
shortPrintAttr = 'url'
630631

0 commit comments

Comments
 (0)