CmsPage

Properties

Name Type Format Required
slug string required
title string required
linkName string required
languages array <string> required
webUrl string uri required

Example JSON

{
    "slug": "string",
    "title": "string",
    "linkName": "string",
    "languages": [
        "string"
    ],
    "webUrl": "https://example.com/"
}