diff options
author | Valery Sizov <valery@gitlab.com> | 2015-12-29 16:07:12 +0000 |
---|---|---|
committer | Valery Sizov <valery@gitlab.com> | 2015-12-29 16:07:12 +0000 |
commit | eeba266e3d45f2e82f84bd3aab85195c890efb89 (patch) | |
tree | e3c9d0c6e323f3ba051ec7209f0542e1d1581cab /doc/api/notes.md | |
parent | a12517466b13150cc6631018b9a7e91ea534e3d9 (diff) | |
parent | d3807328d8ed9be2915f67708b093269bf0b1b9f (diff) | |
download | gitlab-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.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 |