Skip to content

Commit 769faa5

Browse files
author
Michał Katner
committed
Return full response in Confluence.get_page_child_by_type
1 parent 7b7885a commit 769faa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

atlassian/confluence.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def get_page_child_by_type(self, page_id, type='page', start=None, limit=None):
8383

8484
raise
8585

86-
return response.get('results')
86+
return response
8787

8888
def get_child_title_list(self, page_id, type='page', start=None, limit=None):
8989
"""

0 commit comments

Comments
 (0)