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.
1 parent 4599a94 commit a7e56b5Copy full SHA for a7e56b5
docs/confluence.rst
@@ -43,7 +43,7 @@ Get page info
43
confluence.get_draft_page_by_id(page_id, status='draft')
44
45
# Get all page by label
46
- confluence.get_all_pages_by_label(label, start=0, limit=50)
+ confluence.get_all_pages_by_label(label, start=0, limit=50, expand=None)
47
48
# Get all pages from Space
49
# content_type can be 'page' or 'blogpost'. Defaults to 'page'
0 commit comments