diff options
author | Valery Sizov <vsv2711@gmail.com> | 2015-12-25 18:13:55 +0200 |
---|---|---|
committer | Valery Sizov <vsv2711@gmail.com> | 2015-12-28 11:41:16 +0200 |
commit | 83d42c1518274dc0af0f49fda3a10e846569cbcc (patch) | |
tree | facd227c6b8fcc4bc92b43bb2b3dcf30b45f7dc0 /doc/api/notes.md | |
parent | fd231ff9fb6292c2fd15f71c5329216e67935560 (diff) | |
download | gitlab-ce-83d42c1518274dc0af0f49fda3a10e846569cbcc.tar.gz |
Revert upvotes and downvotes params to MR API
Diffstat (limited to 'doc/api/notes.md')
-rw-r--r-- | doc/api/notes.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/api/notes.md b/doc/api/notes.md index 4d7ef288df8..d4d63e825ab 100644 --- a/doc/api/notes.md +++ b/doc/api/notes.md @@ -6,8 +6,7 @@ Notes are comments on snippets, issues or merge requests. ### List project issue notes -Gets a list of all notes for a single issue. With GitLab 8.2 the return fields -`upvote` and `downvote` are deprecated and always return `false`. +Gets a list of all notes for a single issue. ``` GET /projects/:id/issues/:issue_id/notes |