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 b0c9f71 commit bac56a9Copy full SHA for bac56a9
atlassian/VERSION
@@ -1 +1 @@
1
-3.34.0
+3.35.0
atlassian/rest_client.py
@@ -381,6 +381,10 @@ def put(
381
return response
382
return self._response_handler(response)
383
384
+ """
385
+ Partial modification of resource by PATCH Method
386
+ LINK: https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/PATCH
387
388
def patch(
389
self,
390
path,
0 commit comments