summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2015-10-13 10:17:23 -0700
committerStan Hu <stanhu@gmail.com>2015-10-13 10:17:23 -0700
commitea2008df939d40ecba4fff84aa66c5656c550091 (patch)
tree1365614bbc55f3ff367cc6be8c21c306251511e5 /lib
parente0072892e888f36dcec928ba65cea307da2fbaf2 (diff)
parent2297a7ba1f5d004c877a7cb82510d7d635f90ec0 (diff)
downloadgitlab-ce-ea2008df939d40ecba4fff84aa66c5656c550091.tar.gz
Merge pull request #9723 from sue445/tweak_api_doc
Tweak api doc
Diffstat (limited to 'lib')
-rw-r--r--lib/api/merge_requests.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/api/merge_requests.rb b/lib/api/merge_requests.rb
index 63ea2f05438..f3a59fadf24 100644
--- a/lib/api/merge_requests.rb
+++ b/lib/api/merge_requests.rb
@@ -99,7 +99,7 @@ module API
# id (required) - The ID of a project - this will be the source of the merge request
# source_branch (required) - The source branch
# target_branch (required) - The target branch
- # target_project - The target project of the merge request defaults to the :id of the project
+ # target_project_id - The target project of the merge request defaults to the :id of the project
# assignee_id - Assignee user ID
# title (required) - Title of MR
# description - Description of MR