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 cb49f1d commit f9d7faa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/confluence.rst
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,12 @@ Page actions
# Attach (upload) a file to a page, if it exists it will update the
# automatically version the new file and keep the old one
# content_type is default to "application/binary"
confluence.attach_file(filename, name=None, content_type=None, page_id=None, title=None, space=None, comment=None)
# Attach (upload) a content to a page, if it exists it will update the
# automatically version the new file and keep the old one
# content_type is default to "application/binary"
confluence.attach_content(content, name=None, content_type=None, page_id=None, title=None, space=None, comment=None)
# Download attachments from a page to local system. If path is None, current working directory will be used.
Expand Down

0 comments on commit f9d7faa

Please sign in to comment.