update_user_custom_entry
Update a record in a user directives database table by specifying the table, record ID, and field-value pairs to modify.
Instructions
Update entry in user_directives.db table
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Table name in user_directives.db | |
| record_id | Yes | Record ID to update | |
| data | Yes | Field-value pairs to update |