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

idstringOptional
debit_account_iddoubleOptional
descriptionstringOptional
credit_account_iddoubleOptional

Errors