pageSaveRequest

Namespace: http://www.gentics.com/rest
XML Schema: ns0.xsd

Request used for saving a page. If not set otherwise, a new version will be created (if necessary) and the page will remain locked for the user.

XML

Elements

name (type) min/max
occurs
description
page (page) 0/1 Page to be saved
unlock (boolean) 1/1 True if the page shall be unlocked after saving, false if not. The default is false.
createVersion (boolean) 1/1 True if a page version shall be created, false if not. The default is true.
delete (string) 0/unbounded List of tag names of tags, that shall be deleted.

JSON

property type description
page page (page) Page to be saved
unlock unlock (boolean) True if the page shall be unlocked after saving, false if not. The default is false.
createVersion createVersion (boolean) True if a page version shall be created, false if not. The default is true.
delete array of delete (string) List of tag names of tags, that shall be deleted.