summaryrefslogtreecommitdiff
path: root/doc/api/notes.md
diff options
context:
space:
mode:
authorValery Sizov <valery@gitlab.com>2015-12-29 16:07:12 +0000
committerValery Sizov <valery@gitlab.com>2015-12-29 16:07:12 +0000
commiteeba266e3d45f2e82f84bd3aab85195c890efb89 (patch)
treee3c9d0c6e323f3ba051ec7209f0542e1d1581cab /doc/api/notes.md
parenta12517466b13150cc6631018b9a7e91ea534e3d9 (diff)
parentd3807328d8ed9be2915f67708b093269bf0b1b9f (diff)
downloadgitlab-ce-eeba266e3d45f2e82f84bd3aab85195c890efb89.tar.gz
Merge branch 'upvote_count_to_api' into 'master'
Revert upvotes and downvotes params back to MR API issue https://gitlab.com/gitlab-org/gitlab-ce/issues/3672 See merge request !2212
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