fileCreateRequest element
Type: | fileCreateRequest |
Namespace: | http://www.gentics.com/rest |
XML Schema: | ns0.xsd |
Request to create a file from a URL
Example JSON
{
"overwriteExisting" : false,
"folderId" : ...,
"nodeId" : ...,
"name" : "...",
"description" : "...",
"sourceURL" : "..."
}