Reputation: 21
We have some documents in couchbase in which we have channel like follow
channel:['job1']
Now we have to add another channel that is job2
So channel list will be
channel :['job1','job2']
Can anyone having idea about how to modify that channel using Java api or using angular ?
Upvotes: 0
Views: 40