summaryrefslogtreecommitdiff
path: root/gitlab.py
diff options
context:
space:
mode:
authorGauvain Pocentek <gauvain@pocentek.net>2013-12-26 14:20:58 +0100
committerGauvain Pocentek <gauvain@pocentek.net>2013-12-26 14:20:58 +0100
commit2b4924e2fb5ddf32f7ed5e4d9dc055e57612f9c2 (patch)
tree97a576588ac10e8f0028b17bf491c397596d974a /gitlab.py
parentdebe41aee6eb53c11ea0e6870becc116947fe17d (diff)
downloadgitlab-2b4924e2fb5ddf32f7ed5e4d9dc055e57612f9c2.tar.gz
system hooks can't be updated
Diffstat (limited to 'gitlab.py')
-rw-r--r--gitlab.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gitlab.py b/gitlab.py
index a9447ca..919e985 100644
--- a/gitlab.py
+++ b/gitlab.py
@@ -625,6 +625,7 @@ class Group(GitlabObject):
class Hook(GitlabObject):
_url = '/hooks'
+ canUpdate = False
requiredCreateAttrs = ['url']
shortPrintAttr = 'url'