Hi Gonchik Tsymzhitov,
Thanks for sharing the "atlassian-python-api · PyPI" library.
I found the confluence.move_page() function is invalid because it cannot move a page which has child pages to be the other page's child. My code is as follows:
res = confluence.move_page(
space_key,
source_page_id,
target_page_id,
target_page_title,
"append",
)
print(res) # None
Could you please help check the confluence.move_page() function?
Thanks.