CmsPage| Name | Type | Format | Required |
|---|---|---|---|
slug |
string | required | |
title |
string | required | |
linkName |
string | required | |
languages |
array <string> | required | |
webUrl |
string | uri | required |
{
"slug": "string",
"title": "string",
"linkName": "string",
"languages": [
"string"
],
"webUrl": "https://example.com/"
}