Skip to content

Commit

Permalink
system hooks can't be updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Gauvain Pocentek committed Dec 26, 2013
1 parent debe41a commit 2b4924e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gitlab.py
Expand Up @@ -625,6 +625,7 @@ def transfer_project(self, id):

class Hook(GitlabObject):
_url = '/hooks'
canUpdate = False
requiredCreateAttrs = ['url']
shortPrintAttr = 'url'

Expand Down

0 comments on commit 2b4924e

Please sign in to comment.