diff options
author | Gauvain Pocentek <gauvain@pocentek.net> | 2013-12-26 14:20:58 +0100 |
---|---|---|
committer | Gauvain Pocentek <gauvain@pocentek.net> | 2013-12-26 14:20:58 +0100 |
commit | 2b4924e2fb5ddf32f7ed5e4d9dc055e57612f9c2 (patch) | |
tree | 97a576588ac10e8f0028b17bf491c397596d974a /gitlab.py | |
parent | debe41aee6eb53c11ea0e6870becc116947fe17d (diff) | |
download | gitlab-2b4924e2fb5ddf32f7ed5e4d9dc055e57612f9c2.tar.gz |
system hooks can't be updated
Diffstat (limited to 'gitlab.py')
-rw-r--r-- | gitlab.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -625,6 +625,7 @@ class Group(GitlabObject): class Hook(GitlabObject): _url = '/hooks' + canUpdate = False requiredCreateAttrs = ['url'] shortPrintAttr = 'url' |