TemplateCopyRequest Data Type

Request to create a copy of a template

Properties
name data type constraints description
folderId number required int Folder ID, where the copy shall be created
nodeId number   Optional node ID to create the copy in a channel

Example

{
  "folderId" : 12345,
  "nodeId" : 12345
}