summaryrefslogtreecommitdiff
path: root/doc/api/notes.md
diff options
context:
space:
mode:
authorValery Sizov <vsv2711@gmail.com>2015-12-25 18:13:55 +0200
committerValery Sizov <vsv2711@gmail.com>2015-12-28 11:41:16 +0200
commit83d42c1518274dc0af0f49fda3a10e846569cbcc (patch)
treefacd227c6b8fcc4bc92b43bb2b3dcf30b45f7dc0 /doc/api/notes.md
parentfd231ff9fb6292c2fd15f71c5329216e67935560 (diff)
downloadgitlab-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.md3
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