We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8ddc2e commit 89ae68cCopy full SHA for 89ae68c
atlassian/bitbucket.py
@@ -1158,4 +1158,4 @@ def upload_file(self, project, repository, content, message, branch, filename):
1158
project=project,
1159
repository=repository,
1160
filename=filename)
1161
- return self.put(url, data=data)
+ return self.put(url, files=data)
0 commit comments