Move all pages in a folder to a new folder
fromwikijsimportWikiJsclient=WikiJs(<endpoint>, <api_key>) OLD_FOLDER='OldFolder/'NEW_FOLDER='NewFolder/'forpageinclient.search_pages('', OLD_FOLDER): new_path=page['path'].replace(OLD_FOLDER, NEW_FOLDER, 1) client.move_page(page['id'], new_path, page['locale'])
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Latest commit | ||||