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 |
{
"id": 17,
"name": "...",
"url": "...",
"language": "...",
"locked": true
}