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 7b7885a commit 769faa5Copy full SHA for 769faa5
atlassian/confluence.py
@@ -83,7 +83,7 @@ def get_page_child_by_type(self, page_id, type='page', start=None, limit=None):
83
84
raise
85
86
- return response.get('results')
+ return response
87
88
def get_child_title_list(self, page_id, type='page', start=None, limit=None):
89
"""
0 commit comments