Managed Content Space Channels Input

Channels to add or remove from a managed content space.
Root XML tag
<ManagedContentSpaceChannelsInputRepresentation>
JSON example
1{
2  "spaceChannels": [
3    {
4      "channelId": "0ap000000000001",
5      "operation": "Add"
6    },
7    {
8      "channelId": "0ap000000000003",
9      "operation": "Remove"
10    },
11    {
12      "channelId": "0ap000000000004",
13      "operation": "Remove"
14    },
15    {
16      "channelId": "0ap000000000002",
17      "operation": "Add"
18    }
19  ]
20}
Properties
Name Type Description Required or Optional Available Version
spaceChannels Managed Content Space Channel Input[] List of channels to add or remove from the managed content space. Required 62.0