summaryrefslogtreecommitdiff
path: root/doc/api/merge_requests.md
diff options
context:
space:
mode:
authorIslam Amer <islam.amer@jollamobile.com>2013-09-02 15:36:05 +0000
committerJacob Vosmaer <contact@jacobvosmaer.nl>2013-10-08 09:32:00 +0200
commit29c807ced3303f60379940d34d9724480938e192 (patch)
treeca5e70fa5ef5fec5bb390ccf4d7e343367977ede /doc/api/merge_requests.md
parent07437ac3d436d427e4e8554f685f09a17d31e171 (diff)
downloadgitlab-ce-29c807ced3303f60379940d34d9724480938e192.tar.gz
Expose votes in merge request api
Signed-off-by: Islam Amer <islam.amer@jollamobile.com>
Diffstat (limited to 'doc/api/merge_requests.md')
-rw-r--r--doc/api/merge_requests.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/api/merge_requests.md b/doc/api/merge_requests.md
index e69d4bc99b9..dae12f03ef5 100644
--- a/doc/api/merge_requests.md
+++ b/doc/api/merge_requests.md
@@ -20,6 +20,8 @@ Parameters:
"project_id":3,
"title":"test1",
"state":"opened",
+ "upvotes":0,
+ "downvotes":0,
"author":{
"id":1,
"username": "admin",
@@ -62,6 +64,8 @@ Parameters:
"project_id":3,
"title":"test1",
"state":"merged",
+ "upvotes":0,
+ "downvotes":0,
"author":{
"id":1,
"username": "admin",
@@ -106,6 +110,8 @@ Parameters:
"project_id":3,
"title":"test1",
"state":"opened",
+ "upvotes":0,
+ "downvotes":0,
"author":{
"id":1,
"username": "admin",
@@ -152,6 +158,8 @@ Parameters:
"project_id":3,
"title":"test1",
"state":"opened",
+ "upvotes":0,
+ "downvotes":0,
"author":{
"id":1,
"username": "admin",