Skip to content

Commit bce72b9

Browse files
committed
Update get_branches doc to add boost_matches parameter
1 parent bdbf705 commit bce72b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/bitbucket.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,8 @@ Manage code
184184
bitbucket.create_repo(project_key, repository, forkable=False, is_private=True)
185185
186186
# Get branches from repo
187-
bitbucket.get_branches(project, repository, filter='', limit=99999, details=True)
187+
188+
bitbucket.get_branches(project, repository, filter='', limit=99999, details=True, boost_matches=False)
188189
189190
# Creates a branch using the information provided in the request.
190191
# The authenticated user must have REPO_WRITE permission for the context repository to call this resource.

0 commit comments

Comments
 (0)