diff options
-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 9311611..6924341 100644 --- a/gitlab/objects.py +++ b/gitlab/objects.py @@ -935,7 +935,6 @@ class ProjectHookManager(BaseManager): class ProjectIssueNote(GitlabObject): _url = '/projects/%(project_id)s/issues/%(issue_id)s/notes' _constructorTypes = {'author': 'User'} - canUpdate = True canDelete = False requiredUrlAttrs = ['project_id', 'issue_id'] requiredCreateAttrs = ['body'] |