patch_rows
Update specific fields in existing rows using their row IDs. Supports up to 100 rows per request.
Instructions
Update specific fields on existing rows by row ID (max 100 per request).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_uuid | Yes | The UUID of the table | |
| rows | Yes | Array of patch operations (max 100) | |
| overwrite | No | Overwrite non-empty cells (default: true) |