summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Schilling <rschilling@student.tugraz.at>2016-07-25 13:38:01 +0200
committerRobert Schilling <rschilling@student.tugraz.at>2016-07-25 13:38:01 +0200
commitaf4a74cbef300dbe98891d2b1c70bdaa9c381418 (patch)
tree6f6ed5e6c8159fd2005cf7012eeeeb7d01946dae
parent83180110348af1b244d56e9cdf5f29c5d6f84db0 (diff)
downloadgitlab-ce-af4a74cbef300dbe98891d2b1c70bdaa9c381418.tar.gz
Add iid to MR API response
-rw-r--r--doc/api/merge_requests.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/api/merge_requests.md b/doc/api/merge_requests.md
index a8c3b068d22..e00882e6d5d 100644
--- a/doc/api/merge_requests.md
+++ b/doc/api/merge_requests.md
@@ -276,6 +276,7 @@ Parameters:
```json
{
"id": 1,
+ "iid": 1,
"target_branch": "master",
"source_branch": "test1",
"project_id": 3,
@@ -350,6 +351,7 @@ Parameters:
```json
{
"id": 1,
+ "iid": 1,
"target_branch": "master",
"project_id": 3,
"title": "test1",
@@ -449,6 +451,7 @@ Parameters:
```json
{
"id": 1,
+ "iid": 1,
"target_branch": "master",
"source_branch": "test1",
"project_id": 3,
@@ -517,6 +520,7 @@ Parameters:
```json
{
"id": 1,
+ "iid": 1,
"target_branch": "master",
"source_branch": "test1",
"project_id": 3,