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