Update a Rootr spreadsheet (config/icon, or replace all sheets)
rootr_update_spreadsheetUpdate a Rootr spreadsheet by changing its config, icon, or replacing the entire sheets array. Retrieve existing sheets first to keep them when not performing a full replacement.
Instructions
Merge-patch a Rootr (루터) SPREADSHEET: update config/icon, or REPLACE THE WHOLE sheets array (if you pass sheets, it replaces every existing sheet — call rootr_read_spreadsheet first and resend sheets you want to keep, or prefer rootr_create_sheet / rootr_patch_spreadsheet_cells for incremental changes).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| icon | No | Emoji icon for the node | |
| config | No | Free-form spreadsheet config object | |
| sheets | No | COMPLETE sheets array to set — omitted existing sheets will be dropped | |
| spreadsheetId | Yes | SPREADSHEET node id |