Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"page_data": {
"title": "New Website",
"lang": "en",
"slug": "",
"description": "A new website",
"html_body": "<h1>New Website</h1>"
},
"sub_pages": [
{
"page_data": {
"title": "A sub page",
"lang": "en",
"slug": "subpage",
"description": "A sub page of the new web site",
"html_body": "<h1>A sub page</h1>"
}
},
{
"page_data": {
"title": "Some other page",
"lang": "en",
"slug": "otherpage",
"description": "Some other page of the new web site",
"html_body": "<h1>Another page</h1>"
},
"sub_pages": [
{
"page_data": {
"title": "A sub page of the other page",
"lang": "en",
"slug": "othersubpage",
"description": "A sub page of the other page of the new web site",
"html_body": "<h1>A subpage</h1>"
}
}
]
}
]
}