approve_transaction
Marks a YNAB transaction as approved; use list_unapproved_transactions to find the transaction ID first.
Instructions
Marks a transaction as approved. Look up transaction_id with list_unapproved_transactions first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| budget_id | No | The budget ID, or 'last-used' for the most recently used budget. | last-used |
| transaction_id | Yes | The ID of the transaction to approve. |