Edit a transaction

Edit an existing transaction by updating its accounts and/or description

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
idstringRequired
The ID of the transaction to edit
debit_account_idstringOptional

ID of the account to debit (optional if credit_account_id is provided)

credit_account_idstringOptional

ID of the account to credit (optional if debit_account_id is provided)

descriptionstringOptional
New description for the transaction

Response

Transaction edited successfully
idstring or null
debit_account_iddouble or null
descriptionstring or null
credit_account_iddouble or null

Errors