Skip to content

Commit a7e56b5

Browse files
committed
Confluence: adjust doc
1 parent 4599a94 commit a7e56b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/confluence.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Get page info
4343
confluence.get_draft_page_by_id(page_id, status='draft')
4444
4545
# Get all page by label
46-
confluence.get_all_pages_by_label(label, start=0, limit=50)
46+
confluence.get_all_pages_by_label(label, start=0, limit=50, expand=None)
4747
4848
# Get all pages from Space
4949
# content_type can be 'page' or 'blogpost'. Defaults to 'page'

0 commit comments

Comments
 (0)