BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
2a944b1d
Commit
2a944b1d
authored
Apr 22, 2014
by
Hidde Boomsma
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added target_project_id to merge_requests.md
Added description about optional field target_project_id for merge requests.
parent
bf855d19
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
merge_requests.md
doc/api/merge_requests.md
+5
-4
No files found.
doc/api/merge_requests.md
View file @
2a944b1d
...
...
@@ -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
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment