Skip to content

Commit

Permalink
Update create_merge_request doc to include :target_project_id paramet…
Browse files Browse the repository at this point in the history
…er. Closes #108.
  • Loading branch information
asedge committed Feb 5, 2015
1 parent 525e913 commit adb28b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/gitlab/client/merge_requests.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ def merge_request(project, id)
# @option options [String] :source_branch (required) The source branch name.
# @option options [String] :target_branch (required) The target branch name.
# @option options [Integer] :assignee_id (optional) The ID of a user to assign merge request.
# @option options [Integer] :target_project_id (optional) The target project ID.
# @return [Gitlab::ObjectifiedHash] Information about created merge request.
def create_merge_request(project, title, options={})
check_attributes!(options, [:source_branch, :target_branch])
Expand Down

0 comments on commit adb28b3

Please sign in to comment.