todo
Field | Type | Description |
---|---|---|
id | Int | Unique ID of the page |
name | String | Name of the page, usually used in the title HTML tag |
url | String | URL of the page |
language | String | Which language the page belongs to |
locked | Bool | Homepages are automatically generated and are locked. This means that they cannot be deleted |
data | String | A String value |
upload_ids | [Int] | Array of Int |
{
"id": 16,
"name": "...",
"url": "...",
"language": "...",
"locked": true,
"data": "...",
"upload_ids": [
17,
11,
16
]
}