update_record
Modify existing data in a kintone application by specifying the app ID and record details to update, supporting record identification by ID or update key with optional revision control.
Instructions
Update a single record in a kintone app
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app | Yes | The app ID | |
| id | No | The record ID (either id or update_key required) | |
| update_key | No | Update key field and value (either id or update_key required) | |
| record | Yes | Record data with field codes to update | |
| revision | No | Expected revision number (optional, for optimistic locking) |