added target_project_id to merge_requests.md
Added description about optional field target_project_id for merge requests.
This commit is contained in:
parent
bf855d19cb
commit
2a944b1d9f
1 changed files with 5 additions and 4 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue