bayesline.api.Registry.update# abstract Registry.update(name: str | int, settings: T) → RawSettings# Parameters# namestr | intThe unique name or int identifier of the item to update. settingsTThe item to update. Raises# KeyErrorIf the item does not exist. Returns# The previous raw settings item for the given name.