bayesline.api.SettingsRegistry.update# SettingsRegistry.update(name: str | int, settings: SettingsType) → 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.