kintone_update_record
Modify existing records in Kintone applications with revision control to maintain data accuracy and prevent conflicts during updates.
Instructions
Update an existing record in a Kintone app with revision control. ⚠️ Use 'kintone_list_apps' first to get available app IDs.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_id | Yes | The ID of the Kintone app (use kintone_list_apps to see available app IDs) | |
| record_id | Yes | The ID of the record to update | |
| record_data | Yes | Record data to update as key-value pairs where keys are field codes and values are field values. Each field value should be an object with 'value' property. | |
| revision | No | Record revision number for optimistic locking (optional but recommended) |