Request object for a request to move a folder
| name | data type | constraints | description |
|---|---|---|---|
| folderId | number | required int | ID of the target folder (where to move the folder) |
| nodeId | number | required int | ID of the target channel, when moving the folder into a channel. When left empty, the folder is moved into the master node. |
| foregroundTime | number | Number of seconds, this job may stay in foreground. If moving takes longer, the request will return with a response, and moving the folder will be continued in background |
Example
{
"folderId" : 12345,
"nodeId" : 12345,
"foregroundTime" : 12345
}