Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Schilling <rschilling@student.tugraz.at>2017-02-20 17:35:05 +0300
committerRobert Schilling <rschilling@student.tugraz.at>2017-02-22 15:07:49 +0300
commit0b402e11e355dc8d834fbc139f4bca810a9f766e (patch)
treeb03e45e942533bb1ae1811e59d42af88ca44fe7e /doc/api/v3_to_v4.md
parent87411889b9c8a778bebafeaa381e1d736af7329a (diff)
Remove deprecated `upvotes` and `downvotes` from the notes API
Diffstat (limited to 'doc/api/v3_to_v4.md')
-rw-r--r--doc/api/v3_to_v4.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/v3_to_v4.md b/doc/api/v3_to_v4.md
index 59d7f0634b2..ff8d227a794 100644
--- a/doc/api/v3_to_v4.md
+++ b/doc/api/v3_to_v4.md
@@ -36,4 +36,4 @@ changes are in V4:
- POST `:id/repository/commits`
- POST/PUT/DELETE `:id/repository/files`
- Renamed `branch_name` to `branch` on DELETE `id/repository/branches/:branch` response
-
+- Notes do not return deprecated field `upvote` and `downvote` [!9384](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9384)