templateSaveRequest element
Type: | templateSaveRequest |
Namespace: | http://www.gentics.com/rest |
XML Schema: | ns0.xsd |
Request for saving a template
Example JSON
{
"template" : {
"inheritedFrom" : "...",
"masterNode" : "...",
"id" : ...,
"name" : "...",
"description" : "...",
"creator" : {
"id" : ...,
"firstName" : "...",
"lastName" : "...",
"description" : "...",
"email" : "...",
"groups" : [ {
"id" : ...,
"name" : "...",
"description" : "...",
"children" : [ {
"..." : ...
}, ... ]
}, ... ],
"login" : "..."
},
"cdate" : ...,
"editor" : {
"id" : ...,
"firstName" : "...",
"lastName" : "...",
"description" : "...",
"email" : "...",
"groups" : [ {
"id" : ...,
"name" : "...",
"description" : "...",
"children" : [ {
"..." : ...
}, ... ]
}, ... ],
"login" : "..."
},
"edate" : ...,
"locked" : false,
"markupLanguage" : {
"id" : ...,
"name" : "...",
"extension" : "...",
"contentType" : "..."
},
"inherited" : false,
"folderId" : ...,
"masterId" : ...,
"path" : "...",
"templateTags" : [ {
"..." : ...
}, {
} ],
"objectTags" : [ {
"..." : ...
}, {
} ],
"source" : "..."
},
"unlock" : false,
"delete" : [ "...", ... ]
}