Skip to content

Commit

Permalink
Fix argument name (#1444)
Browse files Browse the repository at this point in the history
  • Loading branch information
fletchowns authored Aug 23, 2024
1 parent 4fc8a83 commit 63c2faf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/confluence.rst
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ Page actions
# automatically version the new file and keep the old one
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 download_path is None, current working directory will be used.
confluence.download_attachments_from_page(page_id, download_path=None)
# Download attachments from a page to local system. If path is None, current working directory will be used.
confluence.download_attachments_from_page(page_id, path=None)
# Remove completely a file if version is None or delete version
confluence.delete_attachment(page_id, filename, version=None)
Expand Down

0 comments on commit 63c2faf

Please sign in to comment.