tables_db_update_row
Modify specific fields in a database table row by its unique ID using the patch method to update only selected data.
Instructions
Update a row by its unique ID. Using the patch method you can pass only specific fields that will get updated.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database_id | Yes | Database ID. | |
| table_id | Yes | Table ID. | |
| row_id | Yes | Row ID. | |
| data | No | Row data as JSON object. Include only columns and value pairs to be updated. | |
| permissions | No | An array of permissions strings. By default, the current permissions are inherited. [Learn more about permissions](https://appwrite.io/docs/permissions). | |
| transaction_id | No | Transaction ID for staging the operation. |