Skip to content

Commit 6580cf3

Browse files
authored
fix: Wrong post (#1169)
1 parent 0c01a28 commit 6580cf3

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
@@ -1699,7 +1699,7 @@ def update_pull_request(self, project_key, repository_slug, pull_request_id, dat
16991699
"""
17001700

17011701
url = self._url_pull_request(project_key, repository_slug, pull_request_id)
1702-
return self.post(url, data=data)
1702+
return self.put(url, data=data)
17031703

17041704
def delete_pull_request(
17051705
self,

0 commit comments

Comments
 (0)