ynab_update_transactions
Update multiple transactions in one batch with optional dry-run preview to test changes before saving.
Instructions
Update 1–100 transactions in a single batch with dry-run preview.
Args:
budget_id (string, optional): Budget UUID. Omit to use the default budget.
transactions (array, required): Up to 100 objects, each requires id plus fields to update.
dry_run (boolean, optional): Preview changes without saving. Default: false.
Returns: summary (updated, failed), results[], transactions[].
Examples:
Dry run: set dry_run=true to preview before/after for first 10 items
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| budget_id | No | ||
| transactions | Yes | ||
| dry_run | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||