From cb49f1d78f985cdee73e5a336eaaeb3a0064bfb7 Mon Sep 17 00:00:00 2001 From: Gonchik Tsymzhitov Date: Sun, 15 Sep 2024 20:06:29 +0300 Subject: [PATCH] Confluence: update doc --- atlassian/VERSION | 2 +- atlassian/confluence.py | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) 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``