Commit 2a944b1d9f7a20899363e5cd90cacc83dec0954f
1 parent
bf855d19
Exists in
spb-stable
and in
2 other branches
added target_project_id to merge_requests.md
Added description about optional field target_project_id for merge requests.
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 | { | ... | ... |