We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 52e8d35 + d04942a commit c863d85Copy full SHA for c863d85
docs/confluence.rst
@@ -71,7 +71,7 @@ Page actions
71
confluence.remove_page_as_draft(page_id)
72
73
# Update page if already exist
74
- confluence.update_page(parent_id, page_id, title, body, type='page', representation='storage')
+ confluence.update_page(page_id, title, body, parent_id=None, type='page', representation='storage', minor_edit=False)
75
76
# Update page or create page if it is not exists
77
confluence.update_or_create(parent_id, title, body, representation='storage')
0 commit comments