Skip to content

Commit 5fe7e27

Browse files
author
Adam Reid
committed
Enable updates on ProjectIssueNotes
1 parent 61bc24f commit 5fe7e27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitlab/objects.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -935,7 +935,7 @@ class ProjectHookManager(BaseManager):
935935
class ProjectIssueNote(GitlabObject):
936936
_url = '/projects/%(project_id)s/issues/%(issue_id)s/notes'
937937
_constructorTypes = {'author': 'User'}
938-
canUpdate = False
938+
canUpdate = True
939939
canDelete = False
940940
requiredUrlAttrs = ['project_id', 'issue_id']
941941
requiredCreateAttrs = ['body']

0 commit comments

Comments
 (0)