Skip to content

Commit c863d85

Browse files
authored
Merge pull request #330 from magnusbaeck/update-page-typo
Docs: Correct documentation of Confluence.update_page()
2 parents 52e8d35 + d04942a commit c863d85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/confluence.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Page actions
7171
confluence.remove_page_as_draft(page_id)
7272
7373
# Update page if already exist
74-
confluence.update_page(parent_id, page_id, title, body, type='page', representation='storage')
74+
confluence.update_page(page_id, title, body, parent_id=None, type='page', representation='storage', minor_edit=False)
7575
7676
# Update page or create page if it is not exists
7777
confluence.update_or_create(parent_id, title, body, representation='storage')

0 commit comments

Comments
 (0)