“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.
“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.