Skip to content

Commit d9f6734

Browse files
authored
Bitbucket Server: Re-order source_branch param of open_pull_request (#1221)
1 parent 7247a1a commit d9f6734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

atlassian/bitbucket/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1642,9 +1642,9 @@ def open_pull_request(
16421642
The authenticated user must have REPO_READ permission for the "from" and "to"repositories to call this resource.
16431643
:param source_project: the project that the PR source is from
16441644
:param source_repo: the repository that the PR source is from
1645-
:param source_branch: the branch name of the PR
16461645
:param dest_project: the project that the PR destination is from
16471646
:param dest_repo: the repository that the PR destination is from
1647+
:param source_branch: the branch name of the PR
16481648
:param destination_branch: where the PR is being merged into
16491649
:param title: the title of the PR
16501650
:param description: the description of what the PR does

0 commit comments

Comments
 (0)