summaryrefslogtreecommitdiff
path: root/doc/api/notes.md
diff options
context:
space:
mode:
authorTomasz Maczukin <tomasz@maczukin.pl>2015-12-30 17:09:26 +0100
committerTomasz Maczukin <tomasz@maczukin.pl>2015-12-30 17:09:26 +0100
commit44dd4782f0f8956670eb76714747252189233ad3 (patch)
tree80a70fc83529b77eed8cef6ba60c82dbebf0661c /doc/api/notes.md
parenta17bf380cb4c90696349f268ca4a8c2fedc1f545 (diff)
parent333d3d9e5d1fceea97eac58a9e822ab55046a7b4 (diff)
downloadgitlab-ce-44dd4782f0f8956670eb76714747252189233ad3.tar.gz
Merge branch 'master' into ci/api-builds
* master: (108 commits) Fix project transfer e-mail sending incorrect paths in e-mail notification Update CHANGELOG Use Gitlab::CurrentSettings for InfluxDB Write to InfluxDB directly via UDP Strip newlines from obfuscated SQL Add hotfix that allows to access build artifacts created before 8.3 note votes methids implementation When reCAPTCHA is disabled, allow registrations to go through without a code Downcased user or email search for avatar_icon. Handle missing settings table for metrics Fix broken link in permissions page [ci skip] reCAPTCHA is configurable through Admin Settings, no reload needed. Fixed syntax in gitlab.yml.example Move InfluxDB settings to ApplicationSetting Fix spelling mistake, thanks Connor. Restart settings are moved too. Hotfix for builds trace data integrity add issue weight to contributing Added host option for InfluxDB Fixed styling of MetricsWorker specs ...
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