ynab_update_transactions
Batch update 1–100 YNAB transactions. Preview changes with dry-run mode to see results 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 |
|---|---|---|---|
| dry_run | No | ||
| budget_id | No | ||
| transactions | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||