Skip to content

Commit c897007

Browse files
committed
Bump version and adjust docs
1 parent cc96fb7 commit c897007

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

atlassian/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.31.1
1+
3.32.0

docs/confluence.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ Get page info
77
.. code-block:: python
88
99
# Check page exists
10-
confluence.page_exists(space, title)
10+
# type of the page, 'page' or 'blogpost'. Defaults to 'page'
11+
confluence.page_exists(space, title, type=None)
1112
1213
# Provide content by type (page, blog, comment)
1314
confluence.get_page_child_by_type(page_id, type='page', start=None, limit=None, expand=None)

0 commit comments

Comments
 (0)