added target_project_id to merge_requests.md

Added description about optional field target_project_id for merge requests.
This commit is contained in:
Hidde Boomsma 2014-04-22 15:35:09 +02:00
parent bf855d19cb
commit 2a944b1d9f

View file

@ -105,10 +105,11 @@ POST /projects/:id/merge_requests
Parameters:
+ `id` (required) - The ID of a project
+ `source_branch` (required) - The source branch
+ `target_branch` (required) - The target branch
+ `assignee_id` (optional) - Assignee user ID
+ `title` (required) - Title of MR
+ `source_branch` (required) - The source branch
+ `target_branch` (required) - The target branch
+ `assignee_id` (optional) - Assignee user ID
+ `title` (required) - Title of MR
+ `target_project_id` (optional) - The target project (numeric id)
```json
{