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 c17bcb1 commit 4440183Copy full SHA for 4440183
atlassian/insight.py
@@ -43,7 +43,7 @@ def __cloud_init(self, *args, **kwargs):
43
# set cloud back to true and return
44
kwargs["cloud"] = True
45
# Insight cloud is particular about its headers.
46
- self.default_headers = {"Accept": "application/json"}
+ self.default_headers = {"Accept": "application/json", "Content-Type": "application/json"}
47
return args, kwargs
48
49
def __get_workspace_id(self):
0 commit comments