---
title: "Update a list of transactions"
method: PUT
path: "/api/v1/transactions"
tags: ["Data v1.Transaction", "ENTERPRISE"]
---

# Update a list of transactions

`PUT /api/v1/transactions`

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.

## Request body

- Data20v1Transaction — unresolved $ref

## Response `204`

No Content

---

[API](https://skmtc.net/tink/apis/tink-api.md) · [All operations](https://skmtc.net/tink/apis/tink-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tink/tink-api/revisions/23d8982b533d/schema)
