We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fe7e27 commit 111b7d9Copy full SHA for 111b7d9
gitlab/objects.py
@@ -935,7 +935,6 @@ class ProjectHookManager(BaseManager):
935
class ProjectIssueNote(GitlabObject):
936
_url = '/projects/%(project_id)s/issues/%(issue_id)s/notes'
937
_constructorTypes = {'author': 'User'}
938
- canUpdate = True
939
canDelete = False
940
requiredUrlAttrs = ['project_id', 'issue_id']
941
requiredCreateAttrs = ['body']
0 commit comments