---
title: "PATCH /v1/finances/exchanges/{id}/"
method: PATCH
path: "/v1/finances/exchanges/{id}/"
tags: ["v1"]
---

# PATCH /v1/finances/exchanges/{id}/

`PATCH /v1/finances/exchanges/{id}/`

## Path parameters

- `id` integer, required

## Request body

- PatchedTransactionStatementExchangeEdit
  - `id` integer
  - `account_from` integer
  - `account_to` integer
  - `tags` integer[]
  - `amount` string, decimal
  - `datetime` string, date-time

## Response `200`

- TransactionStatementExchangeEdit
  - `id` integer, required
  - `account_from` integer
  - `account_to` integer
  - `tags` integer[]
  - `amount` string, decimal
  - `datetime` string, date-time

---

[API](https://skmtc.net/yume-cloud/apis/yume-api.md) · [All operations](https://skmtc.net/yume-cloud/apis/yume-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/yume-cloud/yume-api/versions/90700f5abfcc/schema)
