PageUpdate
| Field | Type | Required | Description |
|---|---|---|---|
name |
Name | max length 255 · min length 1 | |
pageTitle |
OptionalLocalization | Localization object, see Entity Localization for further information. | |
slug |
Slug | max length 255 · min length 1 | |
type |
Type | one of: cms |
|
isFavorite |
IsFavorite | default: false |
|
isProtected |
IsProtected | default: false |
|
dropzones |
object |
Example
Section titled “Example”{ "name": "string", "pageTitle": { "en-us": "string in english", "de-de": "Zeichenkette auf Deutsch" }, "slug": "string", "type": "cms", "isFavorite": true, "isProtected": true, "dropzones": { "cmsWidgetList": [ {} ] }}
