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 e32da1b commit 50417a3Copy full SHA for 50417a3
docs/tutorials/python/tutorial_scripts/wiki.py
@@ -77,7 +77,7 @@
77
sub_wiki_1 = WikiPage(
78
owner_id=my_test_project.id,
79
title="Sub Wiki Page 1",
80
- parent_id=root_wiki_page.id, # Use the ID of the parent wiki page we created '633033'
+ parent_id=root_wiki_page.id,
81
markdown="# Sub Page 1\n\nThis is a sub-page of another wiki.",
82
).store()
83
0 commit comments