You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to set the parent attribute for a wiki page when I create it. It does not look like there is a way to do that based on the documentation with either the new() or create() methods. This would be useful so that you can place a wiki page where you wish. It also seems that you cannot change the parent attribute when using update() as well.
The text was updated successfully, but these errors were encountered:
This is implemented in v1.2.0 which is available on PyPI as of now. You can use parent_title in create(), new() and update() methods to work with parent wiki page. Docs are updated as well.
I would like to set the parent attribute for a wiki page when I create it. It does not look like there is a way to do that based on the documentation with either the new() or create() methods. This would be useful so that you can place a wiki page where you wish. It also seems that you cannot change the parent attribute when using update() as well.
The text was updated successfully, but these errors were encountered: