Rravindra Naik
Rravindra Naik

Reputation: 21

How to change channel of couchbase using Java api

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

Answers (0)

Related Questions