``controllerId`` |
required, string |
ID of the controller to redeploy to. |
{
"controllerId": "testsuite"
}
|
|
``folder`` |
required, string |
Path of a folder containing the objects to redeploy. |
{
"folder": "/myWorkflows/ifElseWorkflows"
}
|
|
``recursive`` |
optional, boolean |
Decides if a given folder should be processed recursively. |
{
"recursive" : true
}
|
false |