``folders`` | required, array[object] | A collection with folders objects that should be assigned to the role and Controller ID. If the folder already exists, it will be updated. If the folder does not
exist it will be added. Folders that are already assigned and are not in the collection, will not be deleted. As a result the role will have the folders in this collection and the
folders that did already exist. |
[{
"folder": "/path/to/myNewfolder",
"recursive": true
}] | |
``folder`` | required, string | The absolute path of the folder | | |
``recursive`` | optional, boolean | The new recursive of the folder | | false |