Skip to content

Commit 89c5bdf

Browse files
infame-iogonchik
authored andcommitted
[Confluence] Amending Confluence documentation (#1035)
1 parent d24900e commit 89c5bdf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/confluence.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Get page info
3333
# We can also specify some extensions such as extensions.inlineProperties
3434
# (for getting inline comment-specific properties) or extensions.resolution
3535
# for the resolution status of each comment in the results
36-
confluence.get_page_by_id(self, page_id, expand=None, status=None, version=None)
36+
confluence.get_page_by_id(page_id, expand=None, status=None, version=None)
3737
3838
# The list of labels on a piece of Content
3939
confluence.get_page_labels(page_id, prefix=None, start=None, limit=None)
@@ -91,7 +91,7 @@ Page actions
9191
confluence.update_or_create(parent_id, title, body, representation='storage')
9292
9393
# Append body to page if already exist
94-
confluence.append_page(self, page_id, title, append_body, parent_id=None, type='page', representation='storage', minor_edit=False)
94+
confluence.append_page(page_id, title, append_body, parent_id=None, type='page', representation='storage', minor_edit=False)
9595
9696
# Set the page (content) property e.g. add hash parameters
9797
confluence.set_page_property(page_id, data)

0 commit comments

Comments
 (0)