Skip to content

Commit

Permalink
Confluence: update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
gonchik committed Sep 15, 2024
1 parent 7379193 commit cb49f1d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion atlassian/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.41.15
3.41.16
4 changes: 3 additions & 1 deletion atlassian/confluence.py
Original file line number Diff line number Diff line change
Expand Up @@ -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``
Expand Down Expand Up @@ -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``
Expand Down

0 comments on commit cb49f1d

Please sign in to comment.