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 85eea47 commit 405049fCopy full SHA for 405049f
atlassian/jira.py
@@ -2508,7 +2508,7 @@ def archive_project(self, key):
2508
"""
2509
base_url = self.resource_url("project")
2510
url = "{base_url}/{key}/archive".format(base_url=base_url, key=key)
2511
- return self.post(url)
+ return self.put(url)
2512
2513
def project(self, key, expand=None):
2514
0 commit comments