CmsPage
Save page.
Header parameters
Content-TypestringOptionalExample:
application/jsonBody
objectOptionalExample:
{"page":{"identifier":"<string>","id":"<integer>","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":"<boolean>"}}Responses
200
OK
application/json
Responseobject
401
Unauthorized
application/json
500
Internal Server Error
application/json
post
/V1/cmsPageSave page.
Path parameters
idstringRequiredExample:
(Required)
<string>Header parameters
Content-TypestringOptionalExample:
application/jsonBody
objectOptionalExample:
{"page":{"identifier":"<string>","id":"<integer>","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":"<boolean>"}}Responses
200
OK
application/json
Responseobject
401
Unauthorized
application/json
500
Internal Server Error
application/json
put
/V1/cmsPage/{id}