---
title: "Update transaction"
method: PUT
path: "/users/{user_guid}/transactions/{transaction_guid}"
tags: ["transactions"]
---

# Update transaction

`PUT /users/{user_guid}/transactions/{transaction_guid}`

Use this endpoint to update a specific transaction according to its unique GUID.

## Request body

- TransactionUpdateRequestBody
  - `transaction` TransactionUpdateRequest
    - `date` string
    - `memo` string
    - `category_guid` string
    - `description` string

## Response `200`

OK

## Changes

> 50 revisions in range; 1 not diffed.

- **2025-11-05** `e74cd2b059b5` — 2 warning, 7 info
  - deleted the `path` request parameter `transaction_guid`
  - deleted the `path` request parameter `user_guid`
  - api tag `transactions` added
  - api tag `mx_platform` removed
  - …5 more

[Change history](https://skmtc.dev/mx/apis/mx-platform-api/changes/users/:user_guid/transactions/:transaction_guid/put.md)

---

[API](https://skmtc.dev/mx/apis/mx-platform-api.md) · [All operations](https://skmtc.dev/mx/apis/mx-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mx/mx-platform-api/revisions/b6632646ee89/schema)
