Update widget settings
update_widget_settingsApply new settings to a widget in the active scene; takes effect immediately on the stream. Pass the full settings object from get_widget_settings with your edits.
Instructions
Apply new settings to a widget in the active scene; takes effect immediately on the stream. Pass the full settings object from get_widget_settings with your changes applied (round-trip: get, modify, update). format omitted applies to both canvases. For alerts, changes also update the durable canonical template used by every scene.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Canvas to apply to (default both). | |
| settings | Yes | Full settings object (from get_widget_settings) with your edits. | |
| widget_type | Yes | Which widget to restyle. |