diff options
| author | Stefan Klug <klug.stefan@gmx.de> | 2015-08-12 15:07:28 +0200 |
|---|---|---|
| committer | Stefan Klug <klug.stefan@gmx.de> | 2015-08-12 15:07:28 +0200 |
| commit | 79d452d3ebf73d4385eb3b259d7c0bab8f914241 (patch) | |
| tree | f3f3a2c1184842bda05604a519b44936d57daaf3 /gitlab/__init__.py | |
| parent | 227f71ce49cc3e0a3537a52dd2fac1d8045110f4 (diff) | |
| download | gitlab-79d452d3ebf73d4385eb3b259d7c0bab8f914241.tar.gz | |
add support to update MergeRequestNotes
Diffstat (limited to 'gitlab/__init__.py')
| -rw-r--r-- | gitlab/__init__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gitlab/__init__.py b/gitlab/__init__.py index ae7e29b..43b139d 100644 --- a/gitlab/__init__.py +++ b/gitlab/__init__.py @@ -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'] |
