Skip to content

Commit cb49f1d

Browse files
committed
Confluence: update doc
1 parent 7379193 commit cb49f1d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

atlassian/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.41.15
1+
3.41.16

atlassian/confluence.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1214,7 +1214,8 @@ def attach_content(
12141214
:type name: ``str``
12151215
:param content: Contains the content which should be uploaded
12161216
:type content: ``binary``
1217-
:param content_type: Specify the HTTP content type. The default is
1217+
:param content_type: Specify the HTTP content type.
1218+
The default is "application/binary"
12181219
:type content_type: ``str``
12191220
:param comment: A comment describing this upload/file
12201221
:type comment: ``str``
@@ -1296,6 +1297,7 @@ def attach_file(
12961297
Is no name give the file name is used as name
12971298
:type name: ``str``
12981299
:param content_type: Specify the HTTP content type. The default is
1300+
The default is "application/binary"
12991301
:type content_type: ``str``
13001302
:param comment: A comment describing this upload/file
13011303
:type comment: ``str``

0 commit comments

Comments
 (0)