Request to set the multichannelling exclusion and disinheriting status of an object
| name | data type | description |
|---|---|---|
| exclude | boolean | True if the object shall be excluded from multichannelling, false if not |
| disinherit | array of number | IDs of nodes/channels, in which the object will not be inherited. This will be ignored, if the object is excluded from multichannelling |
| reinherit | array of number | IDs of nodes/channels, in which the object will be inherited. This will be ignored, if the object is excluded from multichannelling |
| recursive | boolean | True if exclusion and disinheriting shall be set recursively (if set on folders), false if not |
| disinheritDefault | boolean | True if the object should be disinherited by default in new channels (default: false).
|
Example
{
"exclude" : true,
"disinherit" : [ 12345, 12345 ],
"reinherit" : [ 12345, 12345 ],
"recursive" : true,
"disinheritDefault" : true
}