How to change channel of couchbase using Java api

36 views Asked by At

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 ?

0

There are 0 answers