Skip to content

Commit

Permalink
add support to update MergeRequestNotes
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanklug committed Aug 12, 2015
1 parent 227f71c commit 79d452d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gitlab/__init__.py
Expand Up @@ -1062,7 +1062,6 @@ class ProjectTag(GitlabObject):
class ProjectMergeRequestNote(GitlabObject):
_url = '/projects/%(project_id)s/merge_requests/%(merge_request_id)s/notes'
_constructorTypes = {'author': 'User'}
canUpdate = False
canDelete = False
requiredUrlAttrs = ['project_id', 'merge_request_id']
requiredCreateAttrs = ['body']
Expand Down

0 comments on commit 79d452d

Please sign in to comment.