Managed Content Space Channel Input

Channel to add or remove from a managed content space.
Root XML tag
<ManagedContentSpaceChannelInputRepresentation>
JSON example
1{
2   "channelId": "0ap000000000001",
3   "operation": "Add"
4}
Properties
Name Type Description Required or Optional Available Version
channelId String ID of the channel to add or remove from the managed content space. Required 62.0
operation String Operation to perform on the channel and managed content space.
  • Add—Add a channel to a managed content space.
  • Remove—Remove a channel from a managed content space.
Required 62.0