Skip to content

Commit

Permalink
Enable updates on ProjectIssueNotes
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Reid committed May 6, 2016
1 parent 61bc24f commit 5fe7e27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitlab/objects.py
Expand Up @@ -935,7 +935,7 @@ class ProjectHookManager(BaseManager):
class ProjectIssueNote(GitlabObject):
_url = '/projects/%(project_id)s/issues/%(issue_id)s/notes'
_constructorTypes = {'author': 'User'}
canUpdate = False
canUpdate = True
canDelete = False
requiredUrlAttrs = ['project_id', 'issue_id']
requiredCreateAttrs = ['body']
Expand Down

0 comments on commit 5fe7e27

Please sign in to comment.