diff options
Diffstat (limited to 'gitlab/objects.py')
-rw-r--r-- | gitlab/objects.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gitlab/objects.py b/gitlab/objects.py index 6aa44d1..08f5a8d 100644 --- a/gitlab/objects.py +++ b/gitlab/objects.py @@ -938,7 +938,6 @@ class ProjectHookManager(BaseManager): class ProjectIssueNote(GitlabObject): _url = '/projects/%(project_id)s/issues/%(issue_id)s/notes' _constructorTypes = {'author': 'User'} - canUpdate = False canDelete = False requiredUrlAttrs = ['project_id', 'issue_id'] requiredCreateAttrs = ['body'] |