Commit 7b4a7625aace80e62217dbc8758ddc2f98082634
Exists in
spb-stable
and in
2 other branches
Merge pull request #6840 from hboomsma/patch-1
added target_project_id to merge_requests.md
Showing
1 changed file
with
5 additions
and
4 deletions
Show diff stats
doc/api/merge_requests.md
... | ... | @@ -105,10 +105,11 @@ POST /projects/:id/merge_requests |
105 | 105 | Parameters: |
106 | 106 | |
107 | 107 | + `id` (required) - The ID of a project |
108 | -+ `source_branch` (required) - The source branch | |
109 | -+ `target_branch` (required) - The target branch | |
110 | -+ `assignee_id` (optional) - Assignee user ID | |
111 | -+ `title` (required) - Title of MR | |
108 | ++ `source_branch` (required) - The source branch | |
109 | ++ `target_branch` (required) - The target branch | |
110 | ++ `assignee_id` (optional) - Assignee user ID | |
111 | ++ `title` (required) - Title of MR | |
112 | ++ `target_project_id` (optional) - The target project (numeric id) | |
112 | 113 | |
113 | 114 | ```json |
114 | 115 | { | ... | ... |