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