supabase_update
Update rows in a Supabase table by providing filters that determine which records to modify.
Instructions
Update rows in a Supabase table matching the given filters
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Key-value pairs to update | |
| table | Yes | Table name to update | |
| filters | Yes | Filters to identify rows to update |