How to update document by adding key-value in Couchbase

“bucket” in the example given is intended as the name of your bucket. So if your bucket is “tower” then the statement is:

update tower SET `storeTypes` = ["EXPRESS_DELIVERY"] WHERE `languageIsoCode` = "en";

HTH.