R/old_beacon_set.R
BeaconSet.update.Rd
Updates the attributes of an existing beacon set.
BeaconSet.update(id, env = get_connection(), ...)
The ID of the beacon set to update.
(optional) Custom client environment.
Beacon set attributes to change.
if (FALSE) { # \dontrun{ BeaconSet.update( id = "1234", title = "New Beacon Set Title" ) } # }