@@ -33,7 +33,7 @@ Get page info
33
33
# We can also specify some extensions such as extensions.inlineProperties
34
34
# (for getting inline comment-specific properties) or extensions.resolution
35
35
# 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 )
37
37
38
38
# The list of labels on a piece of Content
39
39
confluence.get_page_labels(page_id, prefix = None , start = None , limit = None )
@@ -91,7 +91,7 @@ Page actions
91
91
confluence.update_or_create(parent_id, title, body, representation = ' storage' )
92
92
93
93
# 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 )
95
95
96
96
# Set the page (content) property e.g. add hash parameters
97
97
confluence.set_page_property(page_id, data)
0 commit comments