Skip to content

Commit

Permalink
Bump version and adjust docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gonchik committed Dec 4, 2022
1 parent cc96fb7 commit c897007
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion atlassian/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.31.1
3.32.0
3 changes: 2 additions & 1 deletion docs/confluence.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ Get page info
.. code-block:: python
# Check page exists
confluence.page_exists(space, title)
# type of the page, 'page' or 'blogpost'. Defaults to 'page'
confluence.page_exists(space, title, type=None)
# Provide content by type (page, blog, comment)
confluence.get_page_child_by_type(page_id, type='page', start=None, limit=None, expand=None)
Expand Down

0 comments on commit c897007

Please sign in to comment.