---
title: "Update a Reserve Account"
method: PATCH
path: "/reserve/{id}"
tags: ["Reserve Account"]
---

# Update a Reserve Account

`PATCH /reserve/{id}`

## Path parameters

- `id` string, required — Unique identifier for object

## Request body

- object
  - `account_id` string — ID of the target Account that has an added reserve limit. Filterable.
  - `amount` string — Amount that `account_id` is currently overdrawn
  - `bankdata` object — Optional data for the bank
  - `reserve_account_id` string — ID of the Account that holds the reserve. Filterable.
  - `upper_limit` string — Max amount that `account_id` may be overdrawn in total
  - `userdata` object — Arbitrary user data that can be attached to the object

## Response `200`

The reserve updated

- object
  - `account_id` string — ID of the target Account that has an added reserve limit. Filterable.
  - `amount` string — Amount that `account_id` is currently overdrawn
  - `bankdata` object — Optional data for the bank
  - `id` string — Unique identifier for object
  - `reserve_account_id` string — ID of the Account that holds the reserve. Filterable.
  - `upper_limit` string — Max amount that `account_id` may be overdrawn in total
  - `userdata` object — Arbitrary user data that can be attached to the object

---

[API](https://skmtc.net/treasuryprime/apis/account.md) · [All operations](https://skmtc.net/treasuryprime/apis/account/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/treasuryprime/account/revisions/95a3c69c14e8/schema)
