Update a database row
rootr_update_rowUpdate a row in a Rootr database by rowId using merge-patch. Change property values, move kanban cards between columns, or reorder rows.
Instructions
Merge-patch ONE row of a Rootr (루터) DATABASE by rowId (get rowIds from rootr_read_database). values maps property NAME (or id) → new value; only the passed keys change, null clears a key, omitted keys are left unchanged. To MOVE a kanban card to another column, set its select/status property to the new option name. Optionally set position to reorder the row.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rowId | Yes | Row id (must belong to the database) | |
| values | No | { propertyNameOrId: newValue | null } partial patch | |
| position | No | New 0-based position for the row | |
| databaseId | Yes | DATABASE node id |