Request object for a request to create a folder
name | data type | description |
---|---|---|
publishDir | string | |
description | string | |
failOnDuplicate | boolean | |
name | string | |
motherId | string | |
startpage | boolean | |
templateId | number | |
language | string | |
nodeId | number |
Example
{ "publishDir" : "...", "description" : "...", "failOnDuplicate" : true, "name" : "...", "motherId" : "...", "startpage" : true, "templateId" : 12345, "language" : "...", "nodeId" : 12345 }