update_records
Update existing financial records in BudgetBakers Wallet by modifying amounts, categories, notes, dates, labels, or moving accounts. Supports batch updates up to 10 records with validation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| records | Yes | Array of 1 to 10 records to update | |
| returnData | No | Whether to return the full updated records in the response | |
| validation | No | Validation mode: 'strict' rolls back all changes if any record fails validation |