Skip to content

Commit f9d7faa

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/confluence.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,12 @@ Page actions
114114
115115
# Attach (upload) a file to a page, if it exists it will update the
116116
# automatically version the new file and keep the old one
117+
# content_type is default to "application/binary"
117118
confluence.attach_file(filename, name=None, content_type=None, page_id=None, title=None, space=None, comment=None)
118119
119120
# Attach (upload) a content to a page, if it exists it will update the
120121
# automatically version the new file and keep the old one
122+
# content_type is default to "application/binary"
121123
confluence.attach_content(content, name=None, content_type=None, page_id=None, title=None, space=None, comment=None)
122124
123125
# Download attachments from a page to local system. If path is None, current working directory will be used.

0 commit comments

Comments
 (0)