tables_db_upsert_rows
Create or update multiple rows in an Appwrite database table using JSON data. This tool handles both new entries and modifications to existing records in a single operation.
Instructions
Create or update Rows. Before using this route, you should create a new table resource using either a server integration API or directly from your database console.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database_id | Yes | Database ID. | |
| table_id | Yes | Table ID. | |
| rows | Yes | Array of row data as JSON objects. May contain partial rows. | |
| transaction_id | No | Transaction ID for staging the operation. |