templateSaveRequest
Namespace: |
http://www.gentics.com/rest |
XML Schema: |
ns0.xsd |
Request for saving a template
XML
Elements
name (type) |
min/max occurs |
description |
template (template)
|
0/1 |
Template to be saved
|
unlock (boolean)
|
1/1 |
True, if the template shall be unlocked after saving, false if not
|
delete (string)
|
0/unbounded |
List of tag names to be deleted from the template
|
JSON
property |
type |
description |
template |
template (template)
|
Template to be saved
|
unlock |
unlock (boolean)
|
True, if the template shall be unlocked after saving, false if not
|
delete |
array of delete (string)
|
List of tag names to be deleted from the template
|