Edit a transaction
Edit an existing transaction by updating its accounts and/or description
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
id
The ID of the transaction to edit
debit_account_id
ID of the account to debit (optional if credit_account_id is provided)
credit_account_id
ID of the account to credit (optional if debit_account_id is provided)
description
New description for the transaction
Response
Transaction edited successfully
id
debit_account_id
description
credit_account_id