update_transaction
Modify an existing transaction's fields (date, fees, notes, source, quantity, price per unit) by transaction ID, without altering card identity or type.
Instructions
Update an existing transaction by ID. Only the fields supplied are changed. Card identity and type (BUY/SELL) cannot be changed via this endpoint - delete and re-create instead. Requires IWMM_API_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Transaction ID from list_transactions. | |
| patch | Yes |