Skip to content

Commit

Permalink
Add support for merge request notes deletion
Browse files Browse the repository at this point in the history
Fixes #227
  • Loading branch information
Gauvain Pocentek committed Mar 17, 2017
1 parent a3f2ab1 commit e39d7ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gitlab/objects.py
Expand Up @@ -1714,7 +1714,6 @@ class ProjectMergeRequestDiffManager(BaseManager):
class ProjectMergeRequestNote(GitlabObject):
_url = '/projects/%(project_id)s/merge_requests/%(merge_request_id)s/notes'
_constructorTypes = {'author': 'User'}
canDelete = False
requiredUrlAttrs = ['project_id', 'merge_request_id']
requiredCreateAttrs = ['body']

Expand Down

0 comments on commit e39d7ea

Please sign in to comment.