Skip to content

Commit 79d452d

Browse files
committed
add support to update MergeRequestNotes
1 parent 227f71c commit 79d452d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gitlab/__init__.py

-1
Original file line numberDiff line numberDiff line change
@@ -1062,7 +1062,6 @@ class ProjectTag(GitlabObject):
10621062
class ProjectMergeRequestNote(GitlabObject):
10631063
_url = '/projects/%(project_id)s/merge_requests/%(merge_request_id)s/notes'
10641064
_constructorTypes = {'author': 'User'}
1065-
canUpdate = False
10661065
canDelete = False
10671066
requiredUrlAttrs = ['project_id', 'merge_request_id']
10681067
requiredCreateAttrs = ['body']

0 commit comments

Comments
 (0)