> ## Documentation Index
> Fetch the complete documentation index at: https://docs.usebrainbase.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Update Row

Updates one or more rows in a table

## Input

| Property       | Type        | Required | Description                          |
| -------------- | ----------- | -------- | ------------------------------------ |
| timezone       | SHORT\_TEXT | No       | Timezone for the mysql server to use |
| table          | DROPDOWN    | Yes      | The name of the table                |
| values         | OBJECT      | Yes      | Values to be updated                 |
| search\_column | SHORT\_TEXT | Yes      | -                                    |
| search\_value  | SHORT\_TEXT | Yes      | -                                    |

## Sample Output

```json theme={null}
{}
```
