ReDoc documentation

cmsPage/{id}

cmsPage/{id}

put/V1/cmsPage/{id}

Save page.

Request
path Parameters
id
required
string
Request Body schema:
required
object (cms-data-page-interface)

CMS page interface.

Responses
200

200 Success.

401

401 Unauthorized

500

Internal Server error

default

Unexpected error

Request samples
{
  • "page": {
    }
}
Response samples
{
  • "id": 0,
  • "identifier": "string",
  • "title": "string",
  • "page_layout": "string",
  • "meta_title": "string",
  • "meta_keywords": "string",
  • "meta_description": "string",
  • "content_heading": "string",
  • "content": "string",
  • "creation_time": "string",
  • "update_time": "string",
  • "sort_order": "string",
  • "layout_update_xml": "string",
  • "custom_theme": "string",
  • "custom_root_template": "string",
  • "custom_layout_update_xml": "string",
  • "custom_theme_from": "string",
  • "custom_theme_to": "string",
  • "active": true
}