latestSwagger 2.02026-08-20196638916.1 KB

23d8982b533d

Data v1.Transaction
ENTERPRISE

Update a transaction

Updates mutable properties of a list of transactions. The following properties are possible to update: amount, categoryId, date, description and notes. Other properties (immutable) and empty fields are ignored. Date is only updated if there is 1 day difference from existing transaction's date. The amount is only updated if there is a difference ≥ 0.001.

put/api/v1/transactions/{id}

Path parameters

idstring required

The ID of the transaction

Request body

Data20v1Transaction required— unresolved $ref

Response

Successful operation.