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
path: root/doc/api
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-01-18 21:52:53 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-01-18 21:52:53 +0300
commitad18f91e9e1a59333c79ea73419184a4198fabfd (patch)
treef288880f33039554df329fe069115f42f254dabb /doc/api
parent577fe18073d45e62db5c6a0d308d9bfa81a3a26f (diff)
parent0c26f871e30f84221c41fc034c412c68773bce15 (diff)
Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/merge_requests.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/api/merge_requests.md b/doc/api/merge_requests.md
index 14884e53915..053fc9346be 100644
--- a/doc/api/merge_requests.md
+++ b/doc/api/merge_requests.md
@@ -109,6 +109,7 @@ Parameters:
- `target_branch` (required) - The target branch
- `assignee_id` (optional) - Assignee user ID
- `title` (required) - Title of MR
+- `description` (optional) - Description of MR
- `target_project_id` (optional) - The target project (numeric id)
```json
@@ -160,6 +161,7 @@ Parameters:
- `target_branch` - The target branch
- `assignee_id` - Assignee user ID
- `title` - Title of MR
+- `description` - Description of MR
- `state_event` - New state (close|reopen|merge)
```json
@@ -169,6 +171,7 @@ Parameters:
"source_branch": "test1",
"project_id": 3,
"title": "test1",
+ "description": "description1",
"state": "opened",
"upvotes": 0,
"downvotes": 0,