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