diff --git a/atlassian/VERSION b/atlassian/VERSION index c35f0adce..8604c7f3d 100644 --- a/atlassian/VERSION +++ b/atlassian/VERSION @@ -1 +1 @@ -3.41.15 +3.41.16 diff --git a/atlassian/confluence.py b/atlassian/confluence.py index 669d8647e..581f0d635 100644 --- a/atlassian/confluence.py +++ b/atlassian/confluence.py @@ -1214,7 +1214,8 @@ def attach_content( :type name: ``str`` :param content: Contains the content which should be uploaded :type content: ``binary`` - :param content_type: Specify the HTTP content type. The default is + :param content_type: Specify the HTTP content type. + The default is "application/binary" :type content_type: ``str`` :param comment: A comment describing this upload/file :type comment: ``str`` @@ -1296,6 +1297,7 @@ def attach_file( Is no name give the file name is used as name :type name: ``str`` :param content_type: Specify the HTTP content type. The default is + The default is "application/binary" :type content_type: ``str`` :param comment: A comment describing this upload/file :type comment: ``str``