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

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

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

## Path parameters

- `id` integer, required

## Request body

- TransactionStatementExchangeEdit
  - `id` integer, required
  - `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)
