1- create the child
2- list the child
create an childĀ | create an child # add ancestor ( parent_id) if parent_id != None: dpayload['ancestors'] = [{'type':"page",'id':parent_id}] |
1- create the child
2- list the child
create an childĀ | create an child # add ancestor ( parent_id) if parent_id != None: dpayload['ancestors'] = [{'type':"page",'id':parent_id}] |