Skip to content

Commit

Permalink
Confluence: adjust doc
Browse files Browse the repository at this point in the history
  • Loading branch information
gonchik committed Sep 15, 2024
1 parent 4599a94 commit a7e56b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/confluence.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Get page info
confluence.get_draft_page_by_id(page_id, status='draft')
# Get all page by label
confluence.get_all_pages_by_label(label, start=0, limit=50)
confluence.get_all_pages_by_label(label, start=0, limit=50, expand=None)
# Get all pages from Space
# content_type can be 'page' or 'blogpost'. Defaults to 'page'
Expand Down

0 comments on commit a7e56b5

Please sign in to comment.