Znode

Build Version:

PUT contentpages/{contentPageId}

Updates an existing Content page.

Request Information

» Parameters

Name Description Additional information
contentPageId No documentation available.

Define this parameter in the request URI.

model The model of the Content page.

Define this parameter in the request body.

Request Body Formats

Sample:
	{
  "ContentPageID": 1,
  "Name": "sample string 2",
  "PortalID": 3,
  "Title": "sample string 4",
  "SEOMetaKeywords": "sample string 5",
  "SEOMetaDescription": "sample string 6",
  "AllowDelete": true,
  "TemplateName": "sample string 8",
  "ActiveInd": true,
  "AnalyticsCode": "sample string 10",
  "SEOURL": "sample string 11",
  "LocaleId": 12,
  "MetaTagAdditional": "sample string 13",
  "ThemeID": 1,
  "CSSID": 1,
  "MasterPageID": 1,
  "SEOTitle": "sample string 14",
  "OldHtml": "sample string 15",
  "CustomErrorMessage": "sample string 16",
  "StoreName": "sample string 17",
  "MasterPageName": "sample string 18",
  "Html": "sample string 19",
  "UpdatedUser": "sample string 20",
  "MappedSeoUrl": "sample string 21",
  "IsUrlRedirectEnabled": true,
  "IsNameAvailable": true
}